prettier fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { format } from 'date-fns';
|
||||
|
||||
import { getSupabaseServerAdminClient } from '@kit/supabase/server-admin-client';
|
||||
|
||||
export const getLastCheckedDate = async () => {
|
||||
@@ -15,4 +16,4 @@ export const getLastCheckedDate = async () => {
|
||||
: null;
|
||||
|
||||
return lastCheckedDate;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user