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 18cacd4 commit 6ed671eCopy full SHA for 6ed671e
1 file changed
cli/src/server.ts
@@ -87,7 +87,7 @@ const corsOptions: CorsOptions = {
87
allowHeaders: ['Content-Type', 'Authorization'],
88
}
89
90
-export function createConnectorApp(expectedToken: string) {
+export function createConnectorApp(expectedToken: string): H3 {
91
const state: ConnectorState = {
92
session: {
93
token: expectedToken,
0 commit comments