Skip to content

Commit

Permalink
Update uuidv8.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <[email protected]>
  • Loading branch information
ashwingopalsamy and ccoVeille authored Dec 26, 2024
1 parent d9d79d8 commit 788ca98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions uuidv8.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ func (u *UUIDv8) Scan(value interface{}) error {
return err
}
*u = *parsed
default:
return errors.New("unsupported type for UUIDv8")
}
return nil
return errors.New("unsupported type for UUIDv8")
}

0 comments on commit 788ca98

Please sign in to comment.