Skip to content

Commit

Permalink
feat: update packages in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ugnmura committed Jan 6, 2024
1 parent 8c92725 commit b4bf131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"go.mau.fi/whatsmeow/store/sqlstore"

// "github.com/SushiWaUmai/prince/api"
"github.com/SushiWaUmai/prince/api"
"github.com/SushiWaUmai/prince/client"
_ "github.com/SushiWaUmai/prince/commands"
"github.com/SushiWaUmai/prince/env"
Expand All @@ -17,7 +17,7 @@ import (
)

func main() {
// api.CreateAPI()
api.CreateAPI()

dbLog := waLog.Stdout("Database", "DEBUG", true)
// Make sure you add appropriate DB connector imports, e.g. github.com/mattn/go-sqlite3 for SQLite
Expand Down

0 comments on commit b4bf131

Please sign in to comment.