mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
throw error instead of returning made up value
This commit is contained in:
parent
5db12093c4
commit
45713b868d
@ -31,7 +31,7 @@ public class TaskManager
|
||||
|
||||
public bool PublicationAlreadyAdded(Publication publication)
|
||||
{
|
||||
return false;
|
||||
throw new NotImplementedException();
|
||||
//TODO fuzzy check publications
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user