typo fix
authorChris Sharp <csharp@georgialibraries.org>
Thu, 23 Feb 2023 20:25:09 +0000 (15:25 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 23 Feb 2023 20:25:09 +0000 (15:25 -0500)
Open-ILS/web/js/ui/default/staff/services/auth.js

index 95dddf7..c208904 100644 (file)
@@ -396,7 +396,7 @@ function($q , egNet , egAuth , egOrg) {
      * org list for the requested perm.
      */
     service.hasPermAt = function(permList, asId) {
-       if (!egAuth.token()) { return $q.when([]);
+       if (!egAuth.token()) { return $q.when([]) };
         var deferred = $q.defer();
         var isArray = true;
         if (!angular.isArray(permList)) {