Set tslint semicolon rule and aply it to the project
[arvados-workbench2.git] / src / services / auth-service / auth-service.ts
index da593c2dfb7a44fad7d88b29ef8ebff70febffc7..4e5013807fd7a0ce8e3a41dac2dc52f79dcf7d15 100644 (file)
@@ -70,8 +70,8 @@ export default class AuthService {
             .get<UserDetailsResponse>('/users/current')
             .then(resp => {
                 dispatch(actions.USER_DETAILS_SUCCESS(resp.data));
-            })
+            });
             // .catch(err => {
             // });
-    };
+    }
 }