Skip to content

Commit

Permalink
#555 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooseriuz committed Mar 6, 2024
1 parent 65e0600 commit d3b0b6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/streams/dao/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { Stream, Project, User, Sequelize } = require('../../_models')
const { escape } = require('sequelize/lib/sql-string')
const { ForbiddenError, ValidationError, EmptyResultError } = require('../../../common/error-handling/errors')
const crg = require('country-reverse-geocoding').country_reverse_geocoding()
const projectsService = require('../../projects/dao')
Expand Down

0 comments on commit d3b0b6d

Please sign in to comment.