diff --git a/handlers/application/pools.go b/handlers/application/pools.go index d4d7242..0bb7060 100644 --- a/handlers/application/pools.go +++ b/handlers/application/pools.go @@ -65,6 +65,7 @@ func (h *MenuHandlers) GetPools(ctx context.Context, sym string, input []byte) ( // Write data entries for key, value := range dataMap { + fmt.Println("writing: ", value, "into: ", key) if err := userStore.WriteEntry(ctx, sessionId, key, []byte(value)); err != nil { logg.ErrorCtxf(ctx, "Failed to write data entry for sessionId: %s", sessionId, "key", key, "error", err) continue