isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

fix(rr): skip checking the existence of review request for blob #1102

Closed dcshzj closed 9 months ago

dcshzj commented 9 months ago

Problem

When a user is creating a new review request, we also try to obtain the diff between the staging and master branches. However, the logic requires a valid review request to be present, which may not be the case when the user is in the midst of creating one.

Solution

Breaking Changes

Bug Fixes:

Tests

Deploy Notes

None