Skip to content

Commit

Permalink
chore: comment for pr numbers (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad authored Dec 16, 2024
1 parent e5d37e0 commit 426f907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/server/utils/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ useDownloadedAtBucket.base = joinKeys(

export function usePullRequestNumbersBucket(event: Event) {
const storage = useBucket(event);
// TODO: this is a huge mistake, we should use usePullRequestNumbersBucket.key instead of useDownloadedAtBucket.key
return prefixStorage<number>(storage, useDownloadedAtBucket.key);
}
usePullRequestNumbersBucket.key = "pr-number";
Expand Down

0 comments on commit 426f907

Please sign in to comment.