fix: cheers, it builds now
This commit is contained in:
@@ -5,5 +5,4 @@ namespace LctMonolith.Services.Contracts;
|
||||
public interface IInventoryService
|
||||
{
|
||||
Task<IEnumerable<UserInventoryItem>> GetStoreInventoryAsync(Guid userId, CancellationToken ct = default);
|
||||
Task<IEnumerable<UserArtifact>> GetArtifactsAsync(Guid userId, CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user