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) {