diff --git a/lib/src/services/user.dart b/lib/src/services/user.dart index 27299ebb..27169829 100644 --- a/lib/src/services/user.dart +++ b/lib/src/services/user.dart @@ -29,7 +29,6 @@ String hashPassword(String password) => /// Here, we extended the base service class. This allows to only expose /// specific methods, and also allows more freedom over things such as validation. class UserService extends TypedService { - UserService(DbCollection collection) : super(new MongoService(collection)); @override