Skip to content

Commit

Permalink
fix: remove null reference from provider (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Gomes <[email protected]>
  • Loading branch information
leocourbassier and LuizAsFight authored Jul 26, 2024
1 parent bfd961d commit e98f562
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export class BurnerWalletConnector extends FuelConnector {
}

async disconnect(): Promise<boolean> {
this.burnerWalletProvider = null;
this.burnerWallet = null;
this.storage.removeItem(BURNER_WALLET_PRIVATE_KEY);
this.emit(this.events.connection, false);
Expand Down

0 comments on commit e98f562

Please sign in to comment.