Skip to content

Commit 8d247eb

Browse files
committed
Fix regression caused by typo
1 parent 8ccbdd2 commit 8d247eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/matrix/TEESimulator/interception/keystore/shim/KeyMintSecurityLevelInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class KeyMintSecurityLevelInterceptor(
6767
SystemLogger.info(
6868
"[TX_ID: $txId] Forward to post-importKey hook for ${keyDescriptor.alias}[${keyDescriptor.nspace}]"
6969
)
70-
TransactionResult.Continue
70+
return TransactionResult.Continue
7171
}
7272
}
7373

0 commit comments

Comments
 (0)