Skip to content

Commit

Permalink
chore: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Jun 24, 2024
1 parent 542dbfe commit 2c27a6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/v0/destinations/one_signal/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {
isDefinedAndNotNullAndNotEmpty,
defaultPutRequestConfig,
} = require('../../util');
const { populateDeviceType, populateTags } = require('./utils');
const { populateDeviceType, populateTags } = require('./util');
const { JSON_MIME_TYPE } = require('../../util/constant');

const responseBuilder = (payload, endpoint, eventType) => {
Expand Down
2 changes: 1 addition & 1 deletion src/v0/destinations/one_signal/transformV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {
getProductPurchasesDetails,
getSubscriptions,
getOneSignalAliases,
} = require('./utils');
} = require('./util');
const { JSON_MIME_TYPE } = require('../../util/constant');

const responseBuilder = (payload, Config) => {
Expand Down
File renamed without changes.

0 comments on commit 2c27a6c

Please sign in to comment.