LP1904036 More lint
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / share / circ / circ.service.ts
index 443612c..61ae549 100644 (file)
@@ -1275,7 +1275,7 @@ export class CircService {
         return this.components.badBarcodeDialog.open().toPromise()
         // Avoid prompting again on an override
         .then(response => {
-            params._checkbarcode = false
+            params._checkbarcode = false;
             return response;
         });
     }