Skip to content

Commit

Permalink
πŸ› No 'unexpected' id, just not handled
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jun 26, 2023
1 parent 222248d commit 026b036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tomatic/ui/src/services/tomatic.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ module.exports = (function () {
case 'groups':
postdata.groups = value
break
case 'id':
// ignore
break
default:
console.log('Unexpected person parameter', key)
Expand Down

0 comments on commit 026b036

Please sign in to comment.