Skip to content

Commit 00248b4

Browse files
gbarbaCopilot
andauthored
Fix typing
Co-authored-by: Copilot <[email protected]>
1 parent 925e0dc commit 00248b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/botonic-cli/src/botonic-api-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class BotonicAPIService {
278278
return resp
279279
}
280280

281-
private async getMe(): AxiosResponse<Me> {
281+
private async getMe(): Promise<AxiosResponse<Me>> {
282282
return this.apiGet({ path: 'users/me/', apiVersion: 'v3' })
283283
}
284284

0 commit comments

Comments
 (0)