fix: remove noop arrow functions in player
This commit is contained in:
@@ -89,7 +89,7 @@ export const markEpisodeTransition = (episodeNumber: number): void => {
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
keepalive: true,
|
||||
body: payload,
|
||||
}).catch(() => {});
|
||||
}).catch(() => undefined);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user