From 9a510491bdaac302fed6af0177e8976c483f208e Mon Sep 17 00:00:00 2001 From: Frank <95406158+frankywild@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:59:21 +0100 Subject: [PATCH] Update bundle.ts (#4160) --- packages/phishing/src/bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/phishing/src/bundle.ts b/packages/phishing/src/bundle.ts index 4da7bb66f..776916519 100644 --- a/packages/phishing/src/bundle.ts +++ b/packages/phishing/src/bundle.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 type { AddressList, HostList } from './types.js';