JS linting

This commit is contained in:
Oliver 2022-03-03 17:47:23 +11:00
parent 0ec0f55e17
commit 85e9c4d3ca

View File

@ -39,7 +39,7 @@ function downloadTableData(table, opts={}) {
var url = table_options.url;
if (!url) {
console.log("Error: downloadTableData could not find 'url' parameter");
console.log('Error: downloadTableData could not find "url" parameter.');
}
var query_params = table_options.query_params || {};