Allow deleted_at to be null
This commit is contained in:
@@ -82,7 +82,7 @@ class EmailApiController {
|
||||
'subject' => Builder::string(),
|
||||
'preheader' => Builder::string(),
|
||||
'preview_url' => Builder::string(),
|
||||
'deleted_at' => Builder::string(),
|
||||
'deleted_at' => Builder::string()->nullable(),
|
||||
])->toArray();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user