chore: lint

This commit is contained in:
Bereket Engida
2025-01-12 01:15:14 +03:00
parent fd45786c8e
commit 00b3d5a80e
2 changed files with 5 additions and 5 deletions

View File

@@ -73,10 +73,10 @@ export type FieldAttributeConfig<T extends FieldType = FieldType> = {
| "set default";
};
unique?: boolean;
/**
* If the field should be a bigint on the database instead of integer.
*/
bigint?: boolean;
/**
* If the field should be a bigint on the database instead of integer.
*/
bigint?: boolean;
/**
* A zod schema to validate the value.
*/

View File

@@ -63,7 +63,7 @@ export const getAuthTables = (
},
lastRequest: {
type: "number",
bigint: true,
bigint: true,
fieldName: options.rateLimit?.fields?.lastRequest || "lastRequest",
},
},