File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ export interface StudioCacheContext {
109109 readonly studio : ReadonlyDeep < JobStudio >
110110
111111 /**
112+ * // nocommit: so whats the difference between studio and rawStudio?
112113 * The Studio the job belongs to
113114 */
114115 readonly rawStudio : ReadonlyDeep < DBStudio >
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ export class WorkerDataCacheWrapperImpl implements WorkerDataCacheWrapper {
101101 */
102102export interface WorkerDataCache {
103103 rawStudio : ReadonlyDeep < DBStudio >
104+ // nocommit: maybe add description of what this is, why is it different from rawStudio
104105 jobStudio : ReadonlyDeep < JobStudio >
105106 studioBlueprint : ReadonlyDeep < WrappedStudioBlueprint >
106107 studioBlueprintConfig : ProcessedStudioConfig | undefined
You can’t perform that action at this time.
0 commit comments