Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Jan 10, 2025
1 parent 5423567 commit b620d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class PeriodicExportingMetricReader extends MetricReader {
if (resourceMetrics.scopeMetrics.length === 0) {
return;
}

const result = await internal._export(this._exporter, resourceMetrics);
if (result.code !== ExportResultCode.SUCCESS) {
throw new Error(
Expand Down

0 comments on commit b620d49

Please sign in to comment.