Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6ccf909

Browse files
committed
fix: context from decorators to decorator
1 parent 2d3ab1e commit 6ccf909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const node =
8282
}
8383

8484
const context = {
85-
...app.decorators,
85+
...app.decorator,
8686
set,
8787
params,
8888
store: app.store,

0 commit comments

Comments
 (0)