mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
исправил ошибку с переменной
This commit is contained in:
parent
01e61308b9
commit
d7f2fbda23
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
function response(status, statusCode, message) {
|
||||
return {
|
||||
status: status,
|
||||
statusCode: status,
|
||||
statusCode: statusCode,
|
||||
data: {
|
||||
message: message
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue