Skip to content

Commit c34902b

Browse files
hotlongCopilot
andauthored
更新 repository.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1011a91 commit c34902b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/foundation/core/src/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ObjectQLContext, IObjectQL, ObjectConfig, Driver, UnifiedQuery, HookContext, ActionContext, HookAPI, RetrievalHookContext, MutationHookContext, UpdateHookContext, ValidationContext, ValidationError } from '@objectql/types';
1+
import { ObjectQLContext, IObjectQL, ObjectConfig, Driver, UnifiedQuery, ActionContext, HookAPI, RetrievalHookContext, MutationHookContext, UpdateHookContext, ValidationContext, ValidationError } from '@objectql/types';
22
import { Validator } from './validator';
33

44
export class ObjectRepository {

0 commit comments

Comments
 (0)