Revert "Upgrade linter and formatter to Ultracite" (#1226)
This commit is contained in:
parent
0e320b391d
commit
1aff7d9868
177 changed files with 8334 additions and 6943 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use server";
|
||||
'use server';
|
||||
|
||||
import { getSuggestionsByDocumentId } from "@/lib/db/queries";
|
||||
import { getSuggestionsByDocumentId } from '@/lib/db/queries';
|
||||
|
||||
export async function getSuggestions({ documentId }: { documentId: string }) {
|
||||
const suggestions = await getSuggestionsByDocumentId({ documentId });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue