Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Nov 17, 2023
1 parent 1d0cb76 commit 50fd543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/facebook/func.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const app = require('@/app')
module.exports = async (context) => {
const { ra, email } = context.body

const WEB_URL = app.config.WEB_URL

const user = await app.models.users.findOne({ ra, email })

Expand Down

0 comments on commit 50fd543

Please sign in to comment.