Skip to content

Commit 6c96bf0

Browse files
committed
chore: update comment
1 parent 31d0344 commit 6c96bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync-op-sqlite/src/db/OPSqliteAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
121121
openOptions.location = this.options.dbLocation;
122122
}
123123

124-
// Similarly if the encryption key is undefined/null when using SQLCipher it will cause the open function to fail
124+
// If the encryption key is undefined/null when using SQLCipher it will cause the open function to fail
125125
if (encryptionKey) {
126126
openOptions.encryptionKey = encryptionKey;
127127
}

0 commit comments

Comments
 (0)