Skip to content

Commit 8ad6ae4

Browse files
committed
Fix cusom types sample
1 parent 94c3a10 commit 8ad6ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ const [custom] = sql`
339339
rect
340340
) values (
341341
'wat',
342-
${ sql.rect({ x: 13, y: 37: width: 42, height: 80 }) }
342+
${ sql.types.rect({ x: 13, y: 37: width: 42, height: 80 }) }
343343
)
344344
returning *
345345
`

0 commit comments

Comments
 (0)