fixed merge conflicts

This commit is contained in:
olivermrbl
2021-02-19 08:47:24 +01:00
25 changed files with 1294 additions and 63 deletions

View File

@@ -11,7 +11,7 @@ class TestNotiService extends NotificationService {
return Promise.resolve();
}
async reSendNotification() {
async resendNotification() {
return Promise.resolve();
}
}