fix: alertGeosync place
This commit is contained in:
parent
227b53cd39
commit
a9d60d1c99
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ const async = require("async")
|
|||
const { ctx } = require("@modjo/core")
|
||||
const tasks = require("~/tasks")
|
||||
|
||||
module.exports = async function alertGeolocSync(params) {
|
||||
module.exports = async function alertGeosync(params) {
|
||||
const { addTask } = ctx.require("amqp")
|
||||
const redis = ctx.require("redisHotGeodata")
|
||||
|
|
@ -4,7 +4,7 @@ const { nanoid } = require("nanoid")
|
|||
// const natoUuid = require("utils/nato-alphabet/uuid")
|
||||
const wordsUuid = require("utils/words-id/uuid")
|
||||
|
||||
const alertGeosync = require("common/oapi/services/alert-geosync")
|
||||
const alertGeosync = require("common/services/alert-geosync")
|
||||
|
||||
module.exports = function () {
|
||||
const sql = ctx.require("postgres")
|
||||
|
|
|
@ -3,7 +3,7 @@ const async = require("async")
|
|||
const { ctx } = require("@modjo/core")
|
||||
// const { taskCtx } = require("@modjo/microservice-worker/ctx")
|
||||
|
||||
const alertGeosync = require("common/oapi/services/alert-geosync")
|
||||
const alertGeosync = require("common/services/alert-geosync")
|
||||
const { ignoreForeignKeyViolation } = require("common/libs/pg/ignoreErrors")
|
||||
const {
|
||||
DEVICE_RADIUS_ALL_DEFAULT,
|
||||
|
|
Loading…
Add table
Reference in a new issue