Skip to content

Commit fee141d

Browse files
committed
fix: use double
1 parent 20bd936 commit fee141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/type-generation/attribute.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const AttributeType = {
22
STRING: "string",
33
INTEGER: "integer",
4-
FLOAT: "float",
4+
FLOAT: "double",
55
BOOLEAN: "boolean",
66
DATETIME: "datetime",
77
EMAIL: "email",

0 commit comments

Comments
 (0)