Skip to content

Commit

Permalink
Sandboxing configuration for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed May 5, 2022
1 parent ec8318c commit ee50982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Youtube {

static async update() {
try {
const content = await YoutubeInternal.processPlaylistForModule(global.config.youtube.PLAYLIST_ID, global.config.youtube.API_KEY);
const content = await YoutubeInternal.processPlaylistForModule(config.PLAYLIST_ID, config.API_KEY);

if(!content) { return; }

Expand Down

0 comments on commit ee50982

Please sign in to comment.