Skip to content

Commit 8f9dd7a

Browse files
更新 runtime.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d8e6268 commit 8f9dd7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/foundation/core/test/__mocks__/@objectstack

packages/foundation/core/test/__mocks__/@objectstack/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
export class ObjectStackKernel {
8-
public ql: any = null;
8+
public ql: unknown = null;
99
private plugins: any[] = [];
1010

1111
constructor(plugins: any[] = []) {

0 commit comments

Comments
 (0)