Skip to content

Commit

Permalink
synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomog committed Dec 1, 2023
1 parent aeeef98 commit f356670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_driver/db_funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
_ "github.com/mattn/go-sqlite3"
)

func MakeDBTables() error {
func MakeDBTables() (*sql.DB, error) {
database, err := GetDB()
if err != nil {
log.Println(err)
Expand Down

0 comments on commit f356670

Please sign in to comment.