fix: module crash when there are no clients (#8)

* fix: module crashing with no clients

* chore: version bump

* chore: format
This commit is contained in:
bryce
2025-09-14 14:16:26 -07:00
committed by GitHub
parent 0e8d7ffa32
commit 2f9fa1cb0b
6 changed files with 2178 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "toggl-track",
"version": "2.1.0",
"version": "2.1.1",
"main": "dist/main.js",
"type": "module",
"scripts": {