mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-21 14:06:53 +01: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.