fix: correct profile ID type to string in database and models

This commit is contained in:
Darp Alakun
2025-01-05 01:48:14 -05:00
parent 951dc860d3
commit 1f24ec6784
7 changed files with 15 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import (
config "github.com/onsonr/hway/config"
hwayorm "github.com/onsonr/hway/internal/models"
"github.com/onsonr/hway/pkg/common"
"github.com/onsonr/hway/pkg/context"
// "github.com/onsonr/hway/pkg/context"
)
type Gateway = *echo.Echo