We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a809f28 commit f082ba7Copy full SHA for f082ba7
proxy_backends/client/form/autoform.js
@@ -180,9 +180,9 @@ AutoForm.hooks({
180
// Publish the API Backend on API Umbrella
181
Meteor.call('publishApiBackendOnApiUmbrella',
182
umbrellaBackendId, convertedProxyBackend.proxyId,
183
- (error2) => {
184
- if (error2) {
185
- sAlert.error(error2);
+ (publishError) => {
+ if (publishError) {
+ sAlert.error(publishError);
186
// async return false;
187
form.result(false);
188
}
0 commit comments