Skip to content

Commit 46a9b11

Browse files
Claudeclaude
andcommitted
Remove @jsplumb/browser-ui dependency and format TicketList
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 198a723 commit 46a9b11

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"dev-data:status": "node scripts/dev-data-sync.mjs status"
3838
},
3939
"dependencies": {
40-
"@jsplumb/browser-ui": "^6.2.10",
4140
"@lit/localize": "^0.12.1",
4241
"@open-wc/lit-helpers": "^0.7.0",
4342
"chart.js": "^4.4.8",

src/list/TicketList.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ export class TicketList extends TembaList {
1313
const lastActivity = this.items[0].ticket.last_activity_on;
1414
const separator = this.endpoint.includes('?') ? '&' : '?';
1515
return (
16-
this.endpoint + separator + 'after=' + new Date(lastActivity).getTime() * 1000
16+
this.endpoint +
17+
separator +
18+
'after=' +
19+
new Date(lastActivity).getTime() * 1000
1720
);
1821
}
1922
return this.endpoint;

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,11 +1787,6 @@
17871787
"@jridgewell/resolve-uri" "^3.1.0"
17881788
"@jridgewell/sourcemap-codec" "^1.4.14"
17891789

1790-
"@jsplumb/browser-ui@^6.2.10":
1791-
version "6.2.10"
1792-
resolved "https://registry.yarnpkg.com/@jsplumb/browser-ui/-/browser-ui-6.2.10.tgz#86b85ed42110563d2816e3712677cdbbbf33366f"
1793-
integrity sha512-trk++mK5q6hceJL79teemzcilJ+8DrZT/lMK0+B80AtHqZHr0YwMCf+so2JBb2Z/MDZ0fUEU9MbELY6OPhhs5g==
1794-
17951790
"@kurkle/color@^0.3.0":
17961791
version "0.3.4"
17971792
resolved "https://registry.yarnpkg.com/@kurkle/color/-/color-0.3.4.tgz#4d4ff677e1609214fc71c580125ddddd86abcabf"

0 commit comments

Comments
 (0)