1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

feat: add transaction context store

This commit is contained in:
sjaanus 2025-06-25 16:01:17 +03:00
parent a36f1e8b66
commit bef2953ce4
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -30,7 +30,7 @@ export const transactionContext = {
return storage.getStore()?.type;
},
getOperationId(): string | number | undefined {
getOperationId(): number | undefined {
return storage.getStore()?.id;
},