fix: empty description
This commit is contained in:
parent
305bf18819
commit
0a040a0531
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public function submit() {
|
|||
$this->validate();
|
||||
$this->storage = new S3Storage();
|
||||
$this->storage->name = $this->name;
|
||||
$this->storage->description = $this->description;
|
||||
$this->storage->description = $this->description ?? null;
|
||||
$this->storage->region = $this->region;
|
||||
$this->storage->key = $this->key;
|
||||
$this->storage->secret = $this->secret;
|
||||
|
|
|
|||
Loading…
Reference in a new issue