We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8863b32 commit 2e76393Copy full SHA for 2e76393
src/widget/widget.service.ts
@@ -93,7 +93,8 @@ export class WidgetService {
93
tz: process.env.DATETIME_TIMEZONE,
94
date: this.getDate(),
95
},
96
- activity: activity && activity.activities.length !== 0 ? {
+ current_activity: activity && activity.activities.length !== 0 ? {
97
+ editor: activity.activities[0].editor,
98
file: activity.activities[0].file ?? 'Idling',
99
workplace: activity.activities[0].workplace ?? 'No workplace',
100
duration: this.getTimeDiff(new Date(activity.activities[0].start_time))
0 commit comments