We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e658d58 commit fd4f00aCopy full SHA for fd4f00a
README.md
@@ -85,6 +85,8 @@ import { SeamWebhook } from '@seamapi/webhook'
85
import express from 'express'
86
import bodyParser from 'body-parser'
87
88
+import { storeEvent } from './store-event.js'
89
+
90
const app = express()
91
92
const webhook = new SeamWebhook(process.env.SEAM_WEBHOOK_SECRET)
0 commit comments