aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/actions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/groups/actions.ts')
-rw-r--r--src/app/groups/actions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/actions.ts b/src/app/groups/actions.ts
index 2d07004..9e8e605 100644
--- a/src/app/groups/actions.ts
+++ b/src/app/groups/actions.ts
@@ -1,5 +1,5 @@
'use server'
-import { getGroups } from "@/lib/api"
+import { getGroups } from '@/lib/api'
export async function getGroupsAction(groupIds: string[]) {
'use server'