isomerpages / isomercms-backend

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

fix(betterUptime): make better uptime on success #1075

Closed kishore03109 closed 9 months ago

kishore03109 commented 10 months ago

Problem

Currently our better uptime is done on create, but it should be on success instead.

Closes [insert issue #]

Solution

shifting the creation of this to post success, not during the launch process.

Breaking Changes

Tests