Skip to content

Commit

Permalink
feat: add AlgorithmQueues
Browse files Browse the repository at this point in the history
  • Loading branch information
nassiharel committed May 6, 2021
1 parent 2675536 commit 26465c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/layout/algorithm-queues/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const watchSchema = {
type: 'object',
properties: {
queueId: {
type: 'string'
type: 'string',
default: ''
}
}
};
Expand Down

0 comments on commit 26465c5

Please sign in to comment.