Skip to content

Commit 82d607f

Browse files
committed
Apply necessary fixes after rebase
1 parent 356ee68 commit 82d607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/src/core/internal_metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class CoreMetrics {
130130
await this.appChannel.setUndispatched(Context.config.channel);
131131
}
132132
if (Context.config.buildDate) {
133-
await DatetimeMetricType._private_setUndispatched(this.buildDate);
133+
await this.buildDate.setUndispatched();
134134
}
135135
}
136136

0 commit comments

Comments
 (0)