Skip to content

Commit 49a7a5c

Browse files
SattvikSattvik
authored andcommitted
fix: typo
1 parent feb0304 commit 49a7a5c

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/supertokens/storage/postgresql

1 file changed

+1
-1
lines changed

src/main/java/io/supertokens/storage/postgresql/Start.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3069,7 +3069,7 @@ public void createDevice(AppIdentifier appIdentifier, TOTPDevice device)
30693069
try {
30703070
startTransaction(con -> {
30713071
try {
3072-
createDevice_Transaction(con, new AppIdentifier(null, null), device);
3072+
createDevice_Transaction(con, appIdentifier, device);
30733073
} catch (DeviceAlreadyExistsException | TenantOrAppNotFoundException e) {
30743074
throw new StorageTransactionLogicException(e);
30753075
}

0 commit comments

Comments
 (0)