Skip to content

Commit 007be97

Browse files
committed
remove non-null operator
1 parent 8085e19 commit 007be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/odp/event_api_manager/index.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class BrowserOdpEventApiManager extends OdpEventApiManager {
4343
const apiKey = this.odpConfig.apiKey;
4444
const method = 'GET';
4545
const event = events[0];
46-
const url = new URL(pixelApiEndpoint!);
46+
const url = new URL(pixelApiEndpoint);
4747
event.identifiers.forEach((v, k) => {
4848
url.searchParams.append(k, v);
4949
});

0 commit comments

Comments
 (0)