Skip to content

Commit d1860f8

Browse files
committed
Semi
1 parent 55707a8 commit d1860f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/api/quantified-resume.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export type Item = {
2626
metrics: {
2727
visit: number
2828
focus: number
29+
host: string
2930
}
3031
payload?: Record<string, any>
3132
}

src/common/backup/quantified-resume/coordinator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default class QuantifiedResumeCoordinator implements timer.backup.Coordin
109109
const item: Item = {
110110
refId: `${date}${host}`,
111111
timestamp: time.getTime(),
112-
metrics: { visit, focus },
112+
metrics: { visit, focus, host },
113113
action: "web_time",
114114
name: host,
115115
payload: { date, host, cid: context.cid },

0 commit comments

Comments
 (0)