Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-sakuma committed Mar 19, 2024
1 parent 708f5ee commit cdab8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/graduations/list/func.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const app = require('@/app')

module.exports = async function func(context) {
module.exports = async function func() {
const Graduation = await app.models.graduation
const graduations = await Graduation.find({}).lean()

Expand Down

0 comments on commit cdab8e7

Please sign in to comment.