From 422fddafa46f2d3bbc32c8a4693175660d92fc6e Mon Sep 17 00:00:00 2001 From: takejohn <105504345+takejohn@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:06:17 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AB=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9Fnull=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ai.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ai.ts b/src/ai.ts index f1616db..ad38f6a 100644 --- a/src/ai.ts +++ b/src/ai.ts @@ -455,10 +455,6 @@ export default class 藍 { @bindThis public getMeta() { - if (this.meta == null) { - throw new TypeError('meta has not been set'); - } - const rec = this.meta.findOne(); if (rec) {