mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add debug for Eventarc
This commit is contained in:
parent
c75a558bd4
commit
50e1dbda5a
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ export const gcsEventHandler: EventFunction = async (event, context) => {
|
|||
|
||||
export const importHandler = Sentry.GCPFunction.wrapHttpFunction(
|
||||
async (req, res) => {
|
||||
console.log('received: ', req.body)
|
||||
res.send('ok')
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue