From 6be5662d5cbf46cb7d44d2329c98db50f6a0de6e Mon Sep 17 00:00:00 2001 From: Frank <95406158+frankywild@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:44:15 +0100 Subject: [PATCH] Update fetch.ts (#4842) --- packages/phishing/src/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/phishing/src/fetch.ts b/packages/phishing/src/fetch.ts index 1ca46d340..1228a9063 100644 --- a/packages/phishing/src/fetch.ts +++ b/packages/phishing/src/fetch.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2024 @polkadot/phishing authors & contributors +// Copyright 2020-2025 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fetch } from '@polkadot/x-fetch';