From 75b18c2e6ea112433ac3133ddc1e6c9c882f1cf2 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 3 Mar 2017 07:26:55 -0500 Subject: [PATCH] Update user.dart --- lib/src/services/user.dart | 1 - 1 file changed, 1 deletion(-) 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