mirror of
https://github.com/syuilo/ai.git
synced 2025-03-06 13:03:56 +00:00
不要になったnullチェックを削除
This commit is contained in:
parent
f2bb7ce3f2
commit
422fddafa4
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue