Skip to content
Snippets Groups Projects
Commit fdc378b3 authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

change method stubs to async

parent ca0d1c32
No related branches found
No related tags found
2 merge requests!87Community request,!86Community admin
......@@ -23,10 +23,10 @@ class UserService {
}
//TODO
getUserRatingAsOwner() {}
async getUserRatingAsOwner() {}
//TODO
getUserRatingAsRenter() {}
async getUserRatingAsRenter() {}
}
export default new UserService();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment