We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d9d77 commit 4a7a642Copy full SHA for 4a7a642
1 file changed
src/data-api-query-compiler.ts
@@ -63,5 +63,5 @@ function serialize(value: any): Field {
63
else break;
64
}
65
66
- throw "wtf";
+ throw new Error(`Unsupported type: ${value}`);
67
0 commit comments