Skip to content

Commit

Permalink
Merge pull request #1061 from RobAndrewHurst/get_location_render
Browse files Browse the repository at this point in the history
Correct Get Last location render
  • Loading branch information
dbauszus-glx authored Jan 11, 2024
2 parents d30f02e + fa9df4d commit 78d3687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/workspace/templates/_queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
template: require('./gaz_query'),
},
get_last_location: {
template: require('./get_last_location'),
render: require('./get_last_location'),
},
distinct_values: {
template: require('./distinct_values'),
Expand Down

0 comments on commit 78d3687

Please sign in to comment.