Skip to content

Commit

Permalink
chore: remove requiring fetch (#5440)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Jun 6, 2024
1 parent d25be0a commit efdc51e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/close-invalid-link.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

const fetch = require('node-fetch');

async function closeIssue() {
await github.rest.issues.update({
owner: owner,
Expand Down

0 comments on commit efdc51e

Please sign in to comment.