Skip to content

Commit 2cb1404

Browse files
Afstklaclaude
andcommitted
Fix processHistoricalEvent error in internal-note-created source
Add empty deploy() hook to prevent base class from attempting to process historical events, matching the pattern used in ticket-message-created source. This resolves the "processHistoricalEvent is not implemented" error. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9712039 commit 2cb1404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/gorgias_oauth/sources/internal-note-created/internal-note-created.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default {
2828
},
2929
hooks: {
3030
...base.hooks,
31+
deploy() {},
3132
},
3233
methods: {
3334
...base.methods,

0 commit comments

Comments
 (0)