Skip to content

Commit

Permalink
move iotda under noncore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooseriuz committed Aug 2, 2023
1 parent 731242f commit 50f962d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noncore/_utils/rfcx-guardian/router-ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const checkInDatabase = require('../rfcx-mqtt/mqtt-database').checkInDatabase
const mqttInstructions = require('../rfcx-mqtt/mqtt-instructions').mqttInstructions
const guardianCommand = require('../rfcx-guardian/guardian-command-publish').guardianCommand
const iotdaProcess = require('../rfcx-mqtt/mqtt-iotda-data-process')
const iotdaApp = require('../../../mqtt/iotda')
const iotdaApp = require('../../iotda')
const { expandAbbreviatedFieldNames } = require('../rfcx-mqtt/expand-abbreviated')

function onMessagePing (pingObj, messageId) {
Expand Down
2 changes: 1 addition & 1 deletion noncore/_utils/rfcx-mqtt/mqtt-iotda-data-process.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const crypto = require('crypto')
const iotdaApp = require('../../../mqtt/iotda')
const iotdaApp = require('../../iotda')
const moment = require('moment')

function parse (pingObj) {
Expand Down
File renamed without changes.

0 comments on commit 50f962d

Please sign in to comment.