File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments