Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Nov 29, 2023
1 parent 5a0a033 commit 6f61746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/typescript/test/client/model/datatype.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ test.serial(
}
)


test.serial('support JSON type', async (t) => {
const json = { a: 1, b: true, c: { d: 'nested' }, e: [1, 2, 3], f: null }
const res = await tbl.create({
Expand Down

0 comments on commit 6f61746

Please sign in to comment.