fix errorValue

This commit is contained in:
Umur Ozkul 2022-08-19 20:11:43 +02:00
parent 3e3ae50498
commit a9ce3ca40d

View File

@ -94,7 +94,7 @@ To set the includes one first has to call "parseIncludes". The parsed includes o
@genType @genType
let getIncludes = (project: reducerProject, sourceId: string): result_< let getIncludes = (project: reducerProject, sourceId: string): result_<
array<string>, array<string>,
Reducer_ErrorValue.errorValue, reducerErrorValue,
> => project->T.Private.castToInternalProject->Private.getIncludes(sourceId) > => project->T.Private.castToInternalProject->Private.getIncludes(sourceId)
/* /*