Skip to content

Commit

Permalink
Merge pull request #39 from dxw/fix/seeding-script
Browse files Browse the repository at this point in the history
Fix paths in seeding script
  • Loading branch information
richpjames authored Sep 16, 2024
2 parents c294af0 + 9a3dd6c commit 57047be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/githubApi/fetchAllRepos.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ import { OctokitApp } from "../../octokitApp.js";
import { writeFile, mkdir } from "fs/promises";
import { mapRepoFromApiForStorage } from "../index.js";
import path from "path";
import {
getDependenciesForRepo,
getOpenPRsForRepo,
} from "../renovate/dependencyDashboard.js";
import { getDependenciesForRepo } from "../renovate/dependencyDashboard.js";
import { getOpenPRsForRepo } from "./fetchOpenPrs.js";

/**
* Fetches all repos from the GitHub API.
Expand Down

0 comments on commit 57047be

Please sign in to comment.