Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dankochetov committed Apr 10, 2024
1 parent defe5d8 commit 338650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle-orm/src/aws-data-api/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getValueFromDataApi(field: Field) {
return field.arrayValue.booleanValues;
}
if (field.arrayValue.arrayValues !== undefined) {
return field.arrayValue.arrayValues
return field.arrayValue.arrayValues;
}

throw new Error('Unknown array type');
Expand Down

0 comments on commit 338650d

Please sign in to comment.