Skip to content

Commit 74663be

Browse files
committed
chore: revert to use double
1 parent e41c3a8 commit 74663be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ const updateAttribute = (databaseId, collectionId, attribute) => {
643643
array: attribute.array,
644644
parseOutput: false
645645
})
646-
case 'float':
646+
case 'double':
647647
return databasesUpdateFloatAttribute({
648648
databaseId,
649649
collectionId,

0 commit comments

Comments
 (0)