Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 06109d8

Browse files
committed
Don't need this id here
1 parent 4b2d504 commit 06109d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script

src/GitHub.Api/Metrics/IMetricsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ interface IMetricsService
88
/// <summary>
99
/// Posts the provided usage model.
1010
/// </summary>
11-
Task PostUsage(string userTrackingId, List<Usage> model);
11+
Task PostUsage(List<Usage> model);
1212
}
1313
}

0 commit comments

Comments
 (0)