Skip to content

Commit b433621

Browse files
Karan NagpalKaran Nagpal
authored andcommitted
put to post for backend call
1 parent b9b33cf commit b433621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/buildArtifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const sendUpdatesToBstack = async (bsConfig, buildId, args, options) => {
150150
}
151151

152152
try {
153-
await axios.put(url, data, options);
153+
await axios.post(url, data, options);
154154
} catch (err) {
155155
utils.sendUsageReport(bsConfig, args, err, Constants.messageTypes.ERROR, 'api_failed_build_artifacts_status_update');
156156
}

0 commit comments

Comments
 (0)