diff options
Diffstat (limited to 'cmd/create-account/main.go')
-rw-r--r-- | cmd/create-account/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/create-account/main.go b/cmd/create-account/main.go index 73e223d6..a9bd9279 100644 --- a/cmd/create-account/main.go +++ b/cmd/create-account/main.go @@ -92,7 +92,7 @@ func main() { } device, err := deviceDB.CreateDevice( - context.Background(), *username, nil, *accessToken, nil, + context.Background(), *username, nil, *accessToken, nil, "127.0.0.1", "", ) if err != nil { fmt.Println(err.Error()) |