Skip to content

Commit 7d4ebe0

Browse files
committed
fix: nitpick comments
1 parent 1456e5d commit 7d4ebe0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ const createIndexes = async (indexes, collection) => {
894894
);
895895

896896
if (!result) {
897-
throw new Error("Index creation timed out.");
897+
throw new Error('Index creation timed out.');
898898
}
899899

900900
success(`Created ${indexes.length} indexes`);
@@ -1759,7 +1759,6 @@ const pushTable = async ({ returnOnZero, attempts } = { returnOnZero: false }) =
17591759
databaseId: table['databaseId'],
17601760
tableId: table['$id'],
17611761
name: table.name,
1762-
name: table.name,
17631762
parseOutput: false
17641763
})
17651764

@@ -1902,7 +1901,6 @@ const pushCollection = async ({ returnOnZero, attempts } = { returnOnZero: false
19021901
databaseId: collection['databaseId'],
19031902
collectionId: collection['$id'],
19041903
name: collection.name,
1905-
name: collection.name,
19061904
parseOutput: false
19071905
})
19081906

0 commit comments

Comments
 (0)