mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-19 08:13:10 -05:00
GetUserDataExportStatus propagated the raw LoadFileMetaByID error when the meta row was gone, so /user/export could 500. The download path already maps that case to ErrUserDataExportDoesNotExist (404); make status consistent by returning nil (no export), matching the documented contract.