mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-14 19:12:05 +02:00
When a repository was exported synchronously with metadata, the server ran into a NullPointerException. The was because the resource tried to write an export result to a stored export item, that does not exist for synchronous exports. This simply removes this call.