Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Aug 6, 2024
1 parent d559418 commit 7d5c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/OrganisationsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const organisationsController = {
* @param {NextFunction} next
*/
async getOrganisations (req, res, next) {
try{
try {
const sql = 'select name, organisation from organisation'
const result = await datasette.runQuery(sql)

Expand Down

0 comments on commit 7d5c271

Please sign in to comment.