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",