Skip to content

Commit 1c99a3b

Browse files
committed
chore: 🩹 simplify types
1 parent 1d32b66 commit 1c99a3b

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

packages/plugin-network-breadcrumbs/src/network-breadcrumbs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default (_ignoredUrls = [], win: GlobalWithFetchAndXHR = window): Plugin
189189
}
190190
}
191191

192-
const handleFetchSuccess = (response: Response, method: string | undefined, url: string | URL | null, duration: number) => {
192+
const handleFetchSuccess = (response: Response, method: string, url: string, duration: number) => {
193193
const metadata = {
194194
method,
195195
status: response.status,

packages/react-native/window.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)