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 03e203e commit 26e5a3cCopy full SHA for 26e5a3c
dreamcode.md
@@ -74,9 +74,9 @@ For other environments, these methods are available:
74
75
```js
76
// verify the payload and call handlers
77
-copilotExtension.verifyAndReceive({ payload, signature, keyId });
+await copilotExtension.verifyAndReceive({ payload, signature, keyId });
78
// same, but skip verification
79
-copilotExtension.receive({ payload });
+await copilotExtension.receive({ payload });
80
81
// and if you don't want to use the event-based API
82
const { isValidRequest, payload } = await copilotExtension.verifyAndParse(
0 commit comments