Skip to content

Commit b9ac9ce

Browse files
committed
fix: Add number type so this is non-breaking change
1 parent 50e4fde commit b9ac9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function buildPackage(
5858

5959
export function getBuildStatus(
6060
accountId: number,
61-
buildId: string
61+
buildId: number | string
6262
): HubSpotPromise<GetBuildStatusResponse> {
6363
return http.get(accountId, {
6464
url: `${FUNCTION_API_PATH}/build/${buildId}/poll`,

0 commit comments

Comments
 (0)