Skip to content

Commit

Permalink
chore: cleanup request function
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Oct 24, 2023
1 parent 328c3a6 commit 57e8da1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/extension/background-script/connectors/alby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,6 @@ export default class Alby implements Connector {
console.error(error);

throw error;
} finally {
this._authUser.on("tokenRefreshed", async (token: Token) => {
await this._updateOAuthToken(token);
});
}
return result;
}
Expand Down

0 comments on commit 57e8da1

Please sign in to comment.