From bec1dd270a1d3184ea13f0b849f192176354fc00 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Mon, 8 Jan 2024 19:26:44 +0000 Subject: Add Expense Date (#26) * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel --- src/app/groups/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/groups/actions.ts') 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' -- cgit v1.3