mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
upgrading dependencies / FredyRuntime >> FredyPipeline
This commit is contained in:
@@ -35,7 +35,7 @@ import logger from './services/logger.js';
|
||||
* 7) Filter out entries similar to already seen ones
|
||||
* 8) Dispatch notifications
|
||||
*/
|
||||
class FredyRuntime {
|
||||
class FredyPipeline {
|
||||
/**
|
||||
* Create a new runtime instance for a single provider/job execution.
|
||||
*
|
||||
@@ -211,4 +211,4 @@ class FredyRuntime {
|
||||
}
|
||||
}
|
||||
|
||||
export default FredyRuntime;
|
||||
export default FredyPipeline;
|
||||
Reference in New Issue
Block a user