Skip to content

Commit

Permalink
fix: bunbig.Int.Scan typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iam047801 committed Mar 1, 2023
1 parent 4536e88 commit 7ddabb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/bunbig/int.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (i *Int) Value() (driver.Value, error) {
func (i *Int) Scan(value interface{}) error {
var x sql.NullString

if err := i.Scan(value); err != nil {
if err := x.Scan(value); err != nil {
return err
}

Expand Down

0 comments on commit 7ddabb8

Please sign in to comment.