| Index: impl/memory/context.go
|
| diff --git a/impl/memory/context.go b/impl/memory/context.go
|
| index 39bfe092c43e711701750481680df5c9477f55e0..baa9c24666938b16e845922afa47119e2fb69341 100644
|
| --- a/impl/memory/context.go
|
| +++ b/impl/memory/context.go
|
| @@ -122,7 +122,7 @@ func UseWithAppID(c context.Context, aid string) context.Context {
|
| c = context.WithValue(c, memContextKey, memctx)
|
| c = context.WithValue(c, memContextNoTxnKey, memctx)
|
| c = context.WithValue(c, giContextKey, &globalInfoData{appid: aid})
|
| - return useTQ(useRDS(useMC(useGI(c, aid))))
|
| + return useUser(useTQ(useRDS(useMC(useGI(c, aid)))))
|
| }
|
|
|
| func cur(c context.Context) (p *memContext) {
|
|
|