Nothing important

This commit is contained in:
Marcel Baumgartner
2023-04-04 02:01:37 +02:00
parent 0654116d22
commit 217de0cd3f
2 changed files with 5 additions and 1 deletions

View File

@@ -179,7 +179,7 @@
.Where(x => x.Owner.Id == User.Id)
.Count(x => x.Image.Id == image.Id);
if(serversCount <= limit.Amount)
if(serversCount <= limit.Amount) //TODO: FIX COUNTING
Images.Add(image, limit);
}
}