From 60eb2e7fe5ed3627ad4bd40286df1741529da75b Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Thu, 25 Jan 2024 02:47:26 -0500 Subject: update hooks to more identifiable names, update migrations to work with votes, use a common enum state type --- src/user/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/routes.go') diff --git a/src/user/routes.go b/src/user/routes.go index eaf4582..06a5296 100644 --- a/src/user/routes.go +++ b/src/user/routes.go @@ -11,7 +11,7 @@ import ( ) func init() { - InitHooks() + InitInsertHooks() } var Routes = server.Routes{ -- cgit v1.2.3