aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/state.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-13 00:51:30 +0100
committerFlorian Dold <florian@dold.me>2021-01-13 00:51:30 +0100
commit7de5ceaa74a2d0d99bf3699b0818c470d1202dc7 (patch)
tree5fce09345224adbe859e318befd2779702692fae /packages/taler-wallet-core/src/operations/state.ts
parent050999a910837f8a5353b1584af2b03bd8dad93d (diff)
downloadwallet-core-7de5ceaa74a2d0d99bf3699b0818c470d1202dc7.tar.xz
auto format
Diffstat (limited to 'packages/taler-wallet-core/src/operations/state.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/state.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/state.ts b/packages/taler-wallet-core/src/operations/state.ts
index 60aee4c3f..645ad8ad3 100644
--- a/packages/taler-wallet-core/src/operations/state.ts
+++ b/packages/taler-wallet-core/src/operations/state.ts
@@ -57,7 +57,7 @@ export class InternalWalletState {
constructor(
// FIXME: Make this a getter and make
- // the actual value nullable.
+ // the actual value nullable.
// Check if we are in a DB migration / garbage collection
// and throw an error in that case.
public db: Database<typeof Stores>,