Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9d23b6

Browse files
committed
Fix compile issue
1 parentb4beb38 commitd9d23b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/database/databasefake/databasefake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ func (q *fakeQuerier) GetAuthorizedUserCount(ctx context.Context, params databas
614614
// Call this to match the same function calls as the SQL implementation.
615615
_,err:=prepared.CompileToSQL(ctx,rbac.ConfigWithoutACL())
616616
iferr!=nil {
617-
returnnil,err
617+
return-1,err
618618
}
619619

620620
users:=make([]database.User,0,len(q.users))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp