Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Oct 15, 2023
1 parent 6231204 commit e42692c
Show file tree
Hide file tree
Showing 5 changed files with 3,749 additions and 4 deletions.
1 change: 1 addition & 0 deletions electron/core/plugins/data-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions electron/core/plugins/inference-plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ async function handleMessageRequest(data: NewMessageRequest) {
}
// TODO: Common collections should be able to access via core functions instead of store
await store.updateOne("messages", message._id, message);

events.emit(EventName.OnMessageResponseFinished, message);
}

const registerListener = () => {
Expand Down
1 change: 1 addition & 0 deletions electron/core/plugins/inference-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e42692c

Please sign in to comment.