From e57684ffc1e97d20f7b9424dc0f05630f9338845 Mon Sep 17 00:00:00 2001 From: Peter Daniel Date: Mon, 3 Jul 2023 13:37:05 +0100 Subject: [PATCH] fix legacy id --- companion/HELP.md | 3 +++ companion/manifest.json | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/companion/HELP.md b/companion/HELP.md index 508a670..a70c560 100644 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -58,3 +58,6 @@ Updated for toggl API version 9 ### Version 2.0.1 Make the API token config field required +Fix manifest file + + diff --git a/companion/manifest.json b/companion/manifest.json index 0604386..5393513 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -12,9 +12,7 @@ "name": "Peter Daniel" } ], - "legacyIds": [ - "toggl-track" - ], + "legacyIds": [], "runtime": { "type": "node18", "api": "nodejs-ipc",