Skip to content

Commit

Permalink
fixed a small typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
norech committed Aug 11, 2022
1 parent 90eb831 commit 5484ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw/intra/intra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class IntraRequestProvider {
});
}

async _refreshCookiesFromProvider(method: "get" | "refresh") {
async _refreshCookiesFromProvider(method: "refresh") {
if (this.provider === undefined) {
throw new IntraError("No provider");
}
Expand Down

0 comments on commit 5484ad0

Please sign in to comment.