mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12: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
|
@bindThis
|
||||||
public getMeta() {
|
public getMeta() {
|
||||||
if (this.meta == null) {
|
|
||||||
throw new TypeError('meta has not been set');
|
|
||||||
}
|
|
||||||
|
|
||||||
const rec = this.meta.findOne();
|
const rec = this.meta.findOne();
|
||||||
|
|
||||||
if (rec) {
|
if (rec) {
|
||||||
|
|
Loading…
Reference in a new issue