fix legacy id

This commit is contained in:
Peter Daniel
2023-07-03 13:37:05 +01:00
parent 726343ba5b
commit e57684ffc1
2 changed files with 4 additions and 3 deletions

View File

@@ -58,3 +58,6 @@ Updated for toggl API version 9
### Version 2.0.1 ### Version 2.0.1
Make the API token config field required Make the API token config field required
Fix manifest file

View File

@@ -12,9 +12,7 @@
"name": "Peter Daniel" "name": "Peter Daniel"
} }
], ],
"legacyIds": [ "legacyIds": [],
"toggl-track"
],
"runtime": { "runtime": {
"type": "node18", "type": "node18",
"api": "nodejs-ipc", "api": "nodejs-ipc",