Skip to content

Commit 0012bdb

Browse files
author
Laurie T. Malau
committed
m
1 parent 3dcdb38 commit 0012bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/common-go/db/dbtest/personal_access_token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (s *Scopes) Scan(src any) error {
9696
}
9797
func (s Scopes) Value() (driver.Value, error) {
9898
if len(s) == 0 {
99-
return nil, nil
99+
return "", nil
100100
}
101101
return strings.Join(s, ","), nil
102102
}

0 commit comments

Comments
 (0)