Skip to content

Commit 97e123d

Browse files
refactor: rename missing value
1 parent 2298763 commit 97e123d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/server/github-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ export class GitHubCache {
715715
return [] as ListedPullRequest[];
716716
}
717717
},
718-
issues => issues,
718+
prs => prs,
719719
FULL_DETAILS_TTL
720720
);
721721
}

0 commit comments

Comments
 (0)