From f7c78c0c3cf5ad94ab6e5671f1036993ccb10dac Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 23 Oct 2024 15:46:02 +0100 Subject: [PATCH] remove unused files --- src/combined-sw.js | 1 - version/git-version.ts | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 src/combined-sw.js diff --git a/src/combined-sw.js b/src/combined-sw.js deleted file mode 100644 index 7de19ab55..000000000 --- a/src/combined-sw.js +++ /dev/null @@ -1 +0,0 @@ -importScripts('ngsw-worker.js'); \ No newline at end of file diff --git a/version/git-version.ts b/version/git-version.ts index 9a1504f1c..d60dd16bd 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "4396b1790", - "SHA": "4396b17909cb9da97547cf8ca453c1c2f7a2baaa", - "branch": "feature/chat-new-api-peter", + "shortSHA": "ad533866e", + "SHA": "ad533866ec2e19ae04f0260bc17f06dc4aec8792", + "branch": "developer", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Wed Oct 23 09:58:49 2024 +0100'", - "lastCommitMessage": "clear console.log with errors", - "lastCommitNumber": "6114", - "changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: angular.json\n\tmodified: src/app/app.component.ts\n\tmodified: src/app/core/chat/usecase/room/room-bold-sync-use-case.service.ts\n\tmodified: src/app/services/notification/web-notification-popup.service.ts\n\tmodified: src/app/ui/chat/chat.page.ts\n\tmodified: src/app/ui/chat/component/messages/messages.page.ts\n\tmodified: src/app/ui/chat/modal/group-contacts/group-contacts.page.ts\n\tmodified: src/app/ui/chat/store/roomStore.ts\n\tdeleted: src/assets/MFPPushServiceWorker.js\n\tnew file: src/assets/firebase-messaging-sw.js\n\tmodified: src/main.ts\n\tmodified: version/git-version.ts", + "lastCommitTime": "'Wed Oct 23 14:34:33 2024 +0000'", + "lastCommitMessage": "Merged in feature/chat-new-api-peter (pull request #35)\n\nFeature/chat new api peter", + "lastCommitNumber": "6116", + "changeStatus": "On branch developer\nYour branch is up to date with 'origin/developer'.\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tdeleted: src/combined-sw.js", "changeAuthor": "peter.maquiran" } \ No newline at end of file