fix incorrect rowyRunDeployStatus projectSettings key

This commit is contained in:
Sidney Alcantara
2022-06-09 16:57:13 +10:00
parent 6bd01ba60d
commit aa1c83e1bd

View File

@@ -46,7 +46,7 @@ export type ProjectSettings = Partial<{
rowyRunUrl: string;
rowyRunRegion: string;
rowyRunBuildStatus: "BUILDING" | "COMPLETE";
rowyRunDeployStatus: "BUILDING" | "COMPLETE";
services: Partial<{
hooks: string;
builder: string;