You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/job-worker/src/blueprints/context/watchedPackages.ts
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,8 @@ export class WatchedPackagesHelper {
146
146
147
147
/**
148
148
* Create a new helper with a subset of the data in the current helper.
149
-
* This is useful so that all the data for a rundown can be loaded at the start of an ingest operation, and then subsets can be taken for particular blueprint methods without needing to do more db operations.
149
+
* This is useful so that all the data for a rundown can be loaded at the start of an ingest operation,
150
+
* and then subsets can be taken for particular blueprint methods without needing to do more db operations.
150
151
* @param func A filter to check if each package should be included
151
152
*/
152
153
filter(
@@ -171,9 +172,11 @@ export class WatchedPackagesHelper {
0 commit comments