From c34caf20733edd30e058e35bd12424cd75c68cf8 Mon Sep 17 00:00:00 2001 From: Roj Date: Fri, 11 Aug 2023 11:04:08 +0300 Subject: [PATCH] chore: update copyright year (#48) Co-authored-by: Dunkan <70066170+dcdunkan@users.noreply.github.com> --- LICENSE | 2 +- src/utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 47576e6..3e8ddff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Dunkan +Copyright (c) 2022-2023 Dunkan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils.ts b/src/utils.ts index b92c242..8c2cf40 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -12,7 +12,7 @@ import { getType, } from "./deps.ts"; -import TypeInputFile = Api.TypeInputFile; +type TypeInputFile = Api.TypeInputFile; function _raiseCastFail(entity: any, target: string): never { let toWrite = entity;