Skip to content

Commit

Permalink
Merge pull request #138 from rdkcentral/Import-fix
Browse files Browse the repository at this point in the history
Constants Import fix
  • Loading branch information
Abhishk123 authored Jun 10, 2024
2 parents 9d8ffa2 + c8294b5 commit fe47578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pubsub/handlers/LifecycleMethodHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import BaseHandler from './BaseHandler';
import { Test_Runner } from 'Test_Runner';
const logger = require('../../utils/Logger')('LifecycleMethodHandler.js');
import { CONSTANTS } from '../../constant';

const { v4: uuidv4 } = require('uuid');
require('dotenv').config();
Expand Down

0 comments on commit fe47578

Please sign in to comment.