mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 11:56:43 -05:00
chore: lint
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -63,7 +63,7 @@ export const getAuthTables = (
|
||||
},
|
||||
lastRequest: {
|
||||
type: "number",
|
||||
bigint: true,
|
||||
bigint: true,
|
||||
fieldName: options.rateLimit?.fields?.lastRequest || "lastRequest",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user