Skip to content

Commit 4a07171

Browse files
committed
Actually set timestamp of DisallowedAsset
1 parent f656aa3 commit 4a07171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Refresh.Database/GameDatabaseContext.Assets.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public void SetMainlinePhotoHash(GameAsset asset, string hash) =>
129129
AssetHash = hash,
130130
AssetType = type,
131131
Reason = reason,
132+
DisallowedAt = this._time.Now,
132133
};
133134

134135
this.DisallowedAssets.Add(disallowed);

0 commit comments

Comments
 (0)