mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-04 10:30:00 -06:00
Add null check for response before accessing finished property in PUT endpoint. When getResponse returns null (response not found), return 404 instead of attempting to access properties on null object. Fixes FORMBRICKS-FN