Skip to content

Commit d71a6ca

Browse files
committed
Fixed linter error
1 parent 6150315 commit d71a6ca

File tree

1 file changed

+1
-1
lines changed
  • ghost/core/core/server/api/endpoints

1 file changed

+1
-1
lines changed

ghost/core/core/server/api/endpoints/stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const controller = {
198198
async query(frame) {
199199
return await statsService.api.getReferrersForPost(frame.data.id, frame.options);
200200
}
201-
},
201+
}
202202
};
203203

204204
module.exports = controller;

0 commit comments

Comments
 (0)