Skip to content

Commit f082ba7

Browse files
author
Ville Jyrkkä
committed
semantic camelCase error
1 parent a809f28 commit f082ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proxy_backends/client/form/autoform.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ AutoForm.hooks({
180180
// Publish the API Backend on API Umbrella
181181
Meteor.call('publishApiBackendOnApiUmbrella',
182182
umbrellaBackendId, convertedProxyBackend.proxyId,
183-
(error2) => {
184-
if (error2) {
185-
sAlert.error(error2);
183+
(publishError) => {
184+
if (publishError) {
185+
sAlert.error(publishError);
186186
// async return false;
187187
form.result(false);
188188
}

0 commit comments

Comments
 (0)