fix store signature (#381)

This commit is contained in:
Chirag Chhatrala 2024-04-18 13:59:02 +05:30 committed by GitHub
parent fe367a784c
commit 56b7ca9ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class StoreFormSubmissionJob implements ShouldQueue
}
// For Singrature
if ($this->form->is_pro && $field['type'] == 'signature') {
if ($field['type'] == 'signature') {
$finalData[$field['id']] = $this->storeSignature($answerValue);
}