Skip to content

Commit

Permalink
fix: hot fixes for build dashboard script not running
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Jul 18, 2024
1 parent 62afd39 commit e6d4a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dashboard/build-dashboard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { writeFileSync } = require('fs');
const { resolve } = require('path');
const { graphql } = require('@octokit/graphql');
const { Promise } = require('node-fetch');
const { Promise } = require('node-fetch-2');
const { Queries } = require('./issue-queries');

async function getHotDiscussions(discussions) {
Expand Down

0 comments on commit e6d4a07

Please sign in to comment.