fix: download delay

This commit is contained in:
2022-01-13 11:24:27 +08:00
parent f9bc2258ec
commit f33b9559cd
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ if @project.forge?
json.type entry['type']
json.size entry['size']
json.content decode64_content(entry, @owner, @repository, @ref, @path)
json.content direct_download ? nil : decode64_content(entry, @owner, @repository, @ref, @path)
json.target entry['target']
download_url =