mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Small fix
This commit is contained in:
parent
0970d784ff
commit
81eb0f8507
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class BodyMultipart
|
|||
}
|
||||
|
||||
$query .= $eol . $eol;
|
||||
$query .= $value == false ? 0 . $eol : $value . $eol;
|
||||
$query .= $value === false ? 0 . $eol : $value . $eol;
|
||||
$query .= '--' . $this->boundary;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue