refactor: remove node-fetch dependency and use native fetch API (#12097)

This commit is contained in:
Denys Vuika
2026-07-27 15:17:49 +00:00
committed by GitHub
parent e1f463aa8a
commit 03e6320bd2
6 changed files with 1612 additions and 1932 deletions
@@ -20,7 +20,7 @@
*/
export interface RequestLocalization {
/**
* A valid timezone id supported by @see java.time.ZoneId
* A valid timezone id supported by {@link java.time.ZoneId}
*/
timezone?: string;
/**