Skip to content

Commit

Permalink
fix(config): fully correct objectIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Oct 8, 2018
1 parent 34f41bb commit b25fd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/config.test.js.snap
Expand Up @@ -63,7 +63,7 @@ Object {
},
},
"description": "filter on owner: {owner.name}",
"objectID": "owner:owner",
"objectID": "owner-filter",
},
Object {
"condition": Object {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -107,7 +107,7 @@ const defaultConfig = {
},
},
description: 'filter on owner: {owner.name}',
objectID: 'owner:owner',
objectID: 'owner-filter',
},
{
condition: {
Expand Down

0 comments on commit b25fd81

Please sign in to comment.