Skip to content

Commit 6cd7648

Browse files
committed
fix linting error
1 parent d6e3998 commit 6cd7648

File tree

1 file changed

+1
-1
lines changed
  • src/features/page_view_event/aggregate

1 file changed

+1
-1
lines changed

src/features/page_view_event/aggregate/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class Aggregate extends AggregateBase {
151151
if (status >= 400 || status === 0) {
152152
warn(18, status)
153153
this.blocked = true
154-
154+
155155
// Get estimated payload size of our backlog
156156
const textEncoder = new TextEncoder()
157157
const payloadSize = Object.values(newrelic.ee.backlog).reduce((acc, value) => {

0 commit comments

Comments
 (0)