chore: ran biome format
This commit is contained in:
@@ -3,8 +3,8 @@ import { organizations } from "../orgModels/orgTable.js";
|
||||
import { apiKeys } from "./apiKeyTable.js";
|
||||
|
||||
export const apiKeyRelations = relations(apiKeys, ({ one }) => ({
|
||||
org: one(organizations, {
|
||||
fields: [apiKeys.org_id],
|
||||
references: [organizations.id],
|
||||
}),
|
||||
org: one(organizations, {
|
||||
fields: [apiKeys.org_id],
|
||||
references: [organizations.id],
|
||||
}),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user