Skip to content

Commit 2ce4c01

Browse files
committed
Amend toast implementation
1 parent 12d340f commit 2ce4c01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/wrapper.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ func UnwrapAny(ctx context.Context, v interface{}) (result interface{}, err erro
6262
switch vv := v.(type) {
6363
case AnyWrapper:
6464
return vv.UnwrapAny(ctx)
65-
case JSONWrapper:
66-
return vv.ToInterface()
6765
}
6866
return v, nil
6967
}

0 commit comments

Comments
 (0)