Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions heka-wallet/app/src/stores/OAuthStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ export class OAuthStore {
private _isInitialized = false

constructor(private readonly _config: OAuthStoreConfig) {
// TODO: Find a proper way to remove '@ts-ignore' without making '_config' public
// @ts-ignore
makeAutoObservable(this, { _config: false })
makeAutoObservable(this, {}, { autoBind: true })

this.initialize()
}
Expand Down
Loading