We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55da52 commit 992208dCopy full SHA for 992208d
src/routes/orgConfig/update.js
@@ -57,7 +57,6 @@ module.exports = [
57
util.sendResourceToKafkaBus(req,
58
EVENT.ROUTING_KEY.PROJECT_METADATA_UPDATE,
59
RESOURCES.ORG_CONFIG,
60
- entityToUpdate,
61
orgConfig.get({ plain: true }),
62
);
63
res.json(orgConfig);
0 commit comments