From ab548d249b56988823cc91fa46ad7bfff0d75250 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 31 Jan 2025 20:53:29 +0100 Subject: chore(tfstated): change database account id format to uuidv7 --- pkg/webui/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/webui/state.go') diff --git a/pkg/webui/state.go b/pkg/webui/state.go index 141d2d8..2ad1597 100644 --- a/pkg/webui/state.go +++ b/pkg/webui/state.go @@ -15,7 +15,7 @@ func handleStateGET(db *database.DB) http.Handler { type StatesData struct { Page *Page State *model.State - Usernames map[int]string + Usernames map[string]string Versions []model.Version } return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { -- cgit v1.2.3