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 a741327 commit d67dd60Copy full SHA for d67dd60
functions/lib/pubsub/webhook-tiny.js
@@ -63,6 +63,7 @@ module.exports = async (
63
response: err.response?.data,
64
status: err.response?.status
65
})
66
+ if (err.response?.status === 403) return
67
if (err.response?.status === 503) {
68
setTimeout(() => {
69
throw err
@@ -113,6 +114,7 @@ module.exports = async (
113
114
115
116
117
118
119
120
0 commit comments