Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ffa89bb

Browse files
author
Sachin Maheshwari
committed
fixing atob function issue
1 parent 0aa36e6 commit ffa89bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const logger = require('./common/logger');
2323
const errors = require('./common/errors');
2424
const constants = require('./common/constants');
2525
const {getAppHealth} = require('./controllers/AppHealthController');
26+
global.atob = require('atob');
2627

2728
const app = express();
2829
app.use(cors());

0 commit comments

Comments
 (0)