Skip to content

Commit 245a10a

Browse files
committed
chore(website): simplify example
1 parent 1eb0129 commit 245a10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/35_custom-scalar/custom-scalar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ const pokemons = await graffle.query.pokemons({
2222
birthday: true,
2323
})
2424

25-
show(`pokemons[0].birthday instanceof Date = ${String(pokemons?.[0]?.birthday instanceof Date)}`)
25+
show(pokemons?.[0]?.birthday instanceof Date)
2626
show(pokemons)

0 commit comments

Comments
 (0)