profiles #7

Merged
simponic merged 5 commits from profiles into main 2024-04-09 18:39:15 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ae1ab91def - Show all commits

View File

@ -27,7 +27,7 @@ func setup(arguments *args.Arguments) (*sql.DB, *dns.Server, string, func()) {
testUser := &database.User{
ID: "test",
}
database.FindOrSaveUser(testDb, testUser)
database.FindOrSaveBaseUser(testDb, testUser)
dnsArguments := arguments
if dnsArguments == nil {