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:
parent
a36f1e8b66
commit
bef2953ce4
@ -30,7 +30,7 @@ export const transactionContext = {
|
||||
return storage.getStore()?.type;
|
||||
},
|
||||
|
||||
getOperationId(): string | number | undefined {
|
||||
getOperationId(): number | undefined {
|
||||
return storage.getStore()?.id;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user