Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl authored Feb 5, 2024
1 parent f391846 commit 993c52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class database {
var repos = await this.octokit.paginate(query);
for (const r of repos) {

let result = (await octokit.repos.get({
let result = (await this.octokit.repos.get({

owner : user,
repo : r.name
Expand Down Expand Up @@ -78,4 +78,4 @@ class database {
// export <
module.exports = database;

// >
// >

0 comments on commit 993c52f

Please sign in to comment.