We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e4082 commit 2fe3a8fCopy full SHA for 2fe3a8f
main.js
@@ -12,7 +12,7 @@ const ulCollectionUrl = `https://www.underlay.org/api/${ulCollection}/download?v
12
/* ------------------------------- */
13
14
/* Set edit summary */
15
-const editsummary = `Updated from ${ulCollectionUrl}`
+const editsummary = `Updated from ${ulCollectionUrl}`;
16
17
/* Load the Underlay collection data and parse it into Wikitable formatting */
18
const parseJson = async () => {
0 commit comments