There was an error while loading. Please reload this page.
1 parent 903a334 commit be41312Copy full SHA for be41312
1 file changed
backend/app/Models/File.php
@@ -80,7 +80,7 @@ class File extends Model
80
protected $guarded = [];
81
// I'd like to make archive_paths public later, but it can be quite long so I may need to think of a better way
82
// Graphql would've been sweet as REST APIs suck in this kind of thing
83
- protected $hidden = ['mod', 'semver_version', 'legacy_mime', 'archive_paths'];
+ protected $hidden = ['mod', 'semver_version', 'legacy_mime', 'archive_paths', 'completed'];
84
protected $with = [];
85
86
protected $casts = [
0 commit comments