Skip to content

Commit 46c34f3

Browse files
committed
Add the apiKey to the API input type to fix TS error
1 parent 17bcce6 commit 46c34f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/presenters/v3/ApiWaitpointListPresenter.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class ApiWaitpointListPresenter extends BasePresenter {
6868
id: string;
6969
engine: RunEngineVersion;
7070
};
71+
apiKey: string;
7172
},
7273
resolver: WaitpointResolver,
7374
searchParams: ApiWaitpointListSearchParams

0 commit comments

Comments
 (0)