Skip to content

Commit

Permalink
Message states and types are now using Symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Apr 1, 2024
1 parent 8bee9cd commit 64a8c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"graphql-subscriptions": "^2.0.0",
"mercurius": "^13.3.0"
},
"peerDependencies": {
"@aiswarm/orchestrator": "^0.1.9"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@babel/core": "^7.23.3",
Expand Down
1 change: 0 additions & 1 deletion resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const Mutation = {
args.source || 'user',
args.message
)
msg.status = 'sent'
context.api.comms.emit(msg)
return msg.toObject()
},
Expand Down

0 comments on commit 64a8c67

Please sign in to comment.