Skip to content

Commit

Permalink
fix: Removing duplicate saveMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Nov 24, 2019
1 parent 70890bd commit ab2c6a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/daf-cli/src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const listen = async () => {

core.on(EventTypes.validatedMessage, async (type, msg: Types.ValidatedMessage) => {
console.log('New message type:', msg.type)
await dataStore.saveMessage(msg)
})

await core.startServices()
Expand Down

0 comments on commit ab2c6a0

Please sign in to comment.