mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
lint fix
This commit is contained in:
parent
023e88ff56
commit
233f4ebb56
1 changed files with 1 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ class Response extends SwooleResponse
|
||||||
$data[$key] = $this->output($data[$key], $rule['type']);
|
$data[$key] = $this->output($data[$key], $rule['type']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$output[$key] = $data[$key];
|
$output[$key] = $data[$key];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue