Skip to content

Commit 1b1e72c

Browse files
committed
chore: Update platformVersion to be a string
1 parent b00faff commit 1b1e72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/Build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type Build = {
3737
subbuildStatuses: Array<SubbuildStatus>;
3838
uploadMessage: string;
3939
autoDeployId: number;
40-
platformVersion: number;
40+
platformVersion: string;
4141
};
4242

4343
export type FetchProjectBuildsResponse = {

0 commit comments

Comments
 (0)