Skip to content

Commit 2e3ea5d

Browse files
committed
test: adapt for latest typescript
1 parent 141270b commit 2e3ea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/get-oauth-access-token.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function waitForAccessToken(
110110
tokenType: "oauth",
111111
...authentication,
112112
};
113-
} catch (error) {
113+
} catch (error: any) {
114114
// istanbul ignore if
115115
if (!error.response) throw error;
116116

0 commit comments

Comments
 (0)