Skip to content

Commit

Permalink
Merge pull request #102 from oddnetworks/fix-config
Browse files Browse the repository at this point in the history
Update identity config so it adds type and id
  • Loading branch information
kixxauth authored Jul 7, 2016
2 parents 89b05db + 6b2a4b1 commit 0b3d197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/identity/queries/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ module.exports = function (service) {
const config = _.merge(
{},
_.omit(channel, omittedKeys),
_.omit(platform, omittedKeys)
_.omit(platform, omittedKeys),
{type: 'config', id: `${channel.id}-${platform.id}`}
);

config.user = args.user || null;
Expand Down

0 comments on commit 0b3d197

Please sign in to comment.