Skip to content

Commit 49a6fbf

Browse files
svetchCopilot
andauthored
Update packages/runtime/src/client/crud/operations/find.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5a3e191 commit 49a6fbf

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime/src/client/crud/operations

1 file changed

+1
-1
lines changed

packages/runtime/src/client/crud/operations/find.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class FindOperationHandler<Schema extends SchemaDef> extends BaseOperatio
1212
? this.inputValidator.validateFindArgs(this.model, operation === 'findUnique', normalizedArgs)
1313
: normalizedArgs) as FindArgs<Schema, GetModels<Schema>, true>;
1414

15-
if(operation === 'findFirst'){
15+
if (operation === 'findFirst') {
1616
parsedArgs.take = 1;
1717
}
1818

0 commit comments

Comments
 (0)