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 16, 2023
1 parent f6b9026 commit 016e75d
Show file tree
Hide file tree
Showing 10 changed files with 3,766 additions and 111 deletions.
7 changes: 4 additions & 3 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
3 changes: 2 additions & 1 deletion 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.

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

Loading

0 comments on commit 016e75d

Please sign in to comment.