Skip to content

Fix database#24

Merged
jvaleskadevs merged 2 commits intomainfrom
fix-database
Feb 9, 2025
Merged

Fix database#24
jvaleskadevs merged 2 commits intomainfrom
fix-database

Conversation

@jvaleskadevs
Copy link
Collaborator

Fix database

Comment on lines +28 to +33
const diff = await getPullRequestDiff({
owner: repo?.owner ?? "",
repo: repo?.name ?? "",
prNumber: pullRequest?.number ?? ""
});

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to not processs if we don't have data, otherwise this will throw

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will not fail as the data comes from the database, just getting it compiled under the clock

@jvaleskadevs jvaleskadevs merged commit 499f09f into main Feb 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants