From 76bca61a5ca50a5033486b51d7b7829ec831fd98 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Fri, 23 Feb 2024 11:48:48 -0700 Subject: update with new api logic --- src/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions.js') diff --git a/src/actions.js b/src/actions.js index c1e8d23..a51376b 100644 --- a/src/actions.js +++ b/src/actions.js @@ -1,6 +1,6 @@ import * as aggietime from "./aggietime.js"; -const ACTIONS = { +export const ACTIONS = { "clock-in": aggietime.clock_in, "clock-out": aggietime.clock_out, "current-shift": aggietime.current_shift, -- cgit v1.3