add: self-signed certificate

This commit is contained in:
2026-01-06 11:39:33 +07:00
parent 71c5e94f42
commit 6f4d171537
4 changed files with 87 additions and 75 deletions

View File

@@ -163,8 +163,8 @@ class NotificationErrorUserService {
error_code_name: data.error_code_name,
message: "Berhasil mengirim ulang notifikasi",
};
} catch (error) {
throw new ErrorHandler(error.statusCode || 500, error.message);
} catch (err) {
return err
}
}
}