mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix: path and method
This commit is contained in:
parent
5f144f91ad
commit
67fddeb4fa
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ class Func extends Event
|
||||||
protected string $jwt = '';
|
protected string $jwt = '';
|
||||||
protected string $type = '';
|
protected string $type = '';
|
||||||
protected string $body = '';
|
protected string $body = '';
|
||||||
protected string $path = '';
|
protected ?string $path = null;
|
||||||
protected string $method = '';
|
protected ?string $method = null;
|
||||||
protected array $headers = [];
|
protected array $headers = [];
|
||||||
protected ?string $functionId = null;
|
protected ?string $functionId = null;
|
||||||
protected ?Document $function = null;
|
protected ?Document $function = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue