Skip to content

Commit f9b63fd

Browse files
Merge pull request #317 from HubSpot/cc/update-platform-version-type
chore: Update platformVersion to be a string
2 parents b00faff + 1b1e72c commit f9b63fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)