Skip to content

Commit

Permalink
fix: newsroom script workflow (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
reachaadrika authored Aug 10, 2023
1 parent 23de7cf commit 0eb8cbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build-newsroom-videos.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { writeFileSync } = require('fs');
const { resolve } = require('path');
const fetch = require('node-fetch')
export async function buildNewsroomVideos() {
async function buildNewsroomVideos() {

try {
let data;
Expand Down Expand Up @@ -40,4 +40,5 @@ export async function buildNewsroomVideos() {
}
}

buildNewsroomVideos()
buildNewsroomVideos()
module.exports={buildNewsroomVideos}

0 comments on commit 0eb8cbe

Please sign in to comment.