mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-14 15:27:53 +02:00
throw error instead of returning made up value
This commit is contained in:
@ -31,7 +31,7 @@ public class TaskManager
|
||||
|
||||
public bool PublicationAlreadyAdded(Publication publication)
|
||||
{
|
||||
return false;
|
||||
throw new NotImplementedException();
|
||||
//TODO fuzzy check publications
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user