mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-526: Add missing semicolon.
This commit is contained in:
@@ -41,7 +41,7 @@ angular.module('rest').factory('requestService', ['$q', '$http', 'Error',
|
||||
function success(request) { return request.data; },
|
||||
function failure(request) { throw new Error(request.data); }
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
return wrappedHttpCall;
|
||||
}]);
|
||||
|
Reference in New Issue
Block a user