fix: recovery를 typescript API와 매칭
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class Json
|
|||||||
static::die([
|
static::die([
|
||||||
'result'=>false,
|
'result'=>false,
|
||||||
'reason'=>$reason,
|
'reason'=>$reason,
|
||||||
'recoveryType'=>$recoveryType->value
|
'recovery'=>$recoveryType->value
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
static::die([
|
static::die([
|
||||||
|
|||||||
Reference in New Issue
Block a user