Skip to content

Commit

Permalink
[MRG] Merges release '1.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Feb 4, 2025
2 parents c63db60 + b2b1275 commit 4138621
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugin-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"pluginVersion": "1.7.1",
"pluginReleasedAt": "2025-02-04T13:14:27+0100"
"pluginReleasedAt": "2025-02-04T13:19:09+0100"
}
2 changes: 1 addition & 1 deletion src/plugin-info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* File will be overwritten by bin/release.sh! */
export const PLUGIN_INFO = {
"pluginVersion": "1.7.1",
"pluginReleasedAt": "2025-02-04T13:14:27+0100"
"pluginReleasedAt": "2025-02-04T13:19:09+0100"
}
2 changes: 2 additions & 0 deletions src/routes/dataview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ async function executeDataviewQuery(
data: dqlValuesMapper(dataview, res.value.values).map((v: any) => v.join(", "))
});
}

return failure(ErrorCode.InvalidInput, "Neither LIST nor TABLE query");
}

function getArrayDimensions(input: any[]) {
Expand Down

0 comments on commit 4138621

Please sign in to comment.