Skip to content

Commit 6ed671e

Browse files
committed
chore: strongly typed exported return
1 parent 18cacd4 commit 6ed671e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const corsOptions: CorsOptions = {
8787
allowHeaders: ['Content-Type', 'Authorization'],
8888
}
8989

90-
export function createConnectorApp(expectedToken: string) {
90+
export function createConnectorApp(expectedToken: string): H3 {
9191
const state: ConnectorState = {
9292
session: {
9393
token: expectedToken,

0 commit comments

Comments
 (0)