Remove unused factory.

This commit is contained in:
Alexis Lahouze 2017-07-22 11:16:20 +02:00
parent d52d382653
commit e927736b45
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
export function ScheduleFactory($resource) {
return $resource(
'/api/scheduled_operation/:id', {
id: '@id'
}
);
};