From bdacd53817d0bf3817b54ba4968b7fa758ba3a4b Mon Sep 17 00:00:00 2001 From: Frank <95406158+frankywild@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:57:40 +0100 Subject: [PATCH] Update header fetch.ts (#4157) --- 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 3b534e458..1ca46d340 100644 --- a/packages/phishing/src/fetch.ts +++ b/packages/phishing/src/fetch.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 @polkadot/phishing authors & contributors +// Copyright 2020-2024 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fetch } from '@polkadot/x-fetch';