mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
chore: quick fix
This commit is contained in:
@@ -219,7 +219,7 @@ const verifyRUN_TIMES = (): string[] => {
|
||||
const runTimeTypes = Object.values(RunTimeType)
|
||||
|
||||
runTimes.forEach((runTime) => {
|
||||
if (!runTimeTypes.includes(runTime.toLowerCase() as RunTimeType)) {
|
||||
if (!runTimeTypes.includes(runTime as RunTimeType)) {
|
||||
errors.push(
|
||||
`- Invalid '${runTime}' runtime\n - valid options ${runTimeTypes}`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user