| Index: impl/memory/context.go
|
| diff --git a/impl/memory/context.go b/impl/memory/context.go
|
| index ff5b8357bd675e80c916339a72d15ecf8c4cdd23..3efaec2f6c6a7b2b197464bdc3e168ef7f542499 100644
|
| --- a/impl/memory/context.go
|
| +++ b/impl/memory/context.go
|
| @@ -123,7 +123,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 useMail(useUser(useTQ(useRDS(useMC(useGI(c, aid))))))
|
| + return useMod(useMail(useUser(useTQ(useRDS(useMC(useGI(c, aid)))))))
|
| }
|
|
|
| func cur(c context.Context) (p *memContext) {
|
|
|