Skip to content

Commit b743db5

Browse files
committed
fix: call super
1 parent 1d85cee commit b743db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/session.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export class Session extends Macroable {
136136
emitter: EmitterService,
137137
ctx: HttpContext
138138
) {
139+
super()
139140
this.#ctx = ctx
140141
this.#emitter = emitter
141142
this.#store = storeFactory(ctx, config)

0 commit comments

Comments
 (0)