Skip to content

Commit fd4f00a

Browse files
committed
Add local import to docs
1 parent e658d58 commit fd4f00a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ import { SeamWebhook } from '@seamapi/webhook'
8585
import express from 'express'
8686
import bodyParser from 'body-parser'
8787

88+
import { storeEvent } from './store-event.js'
89+
8890
const app = express()
8991

9092
const webhook = new SeamWebhook(process.env.SEAM_WEBHOOK_SECRET)

0 commit comments

Comments
 (0)