mirror of
https://github.com/sasjs/server.git
synced 2026-01-10 07:50:05 +00:00
style: lint
This commit is contained in:
@@ -45,7 +45,9 @@ export class MockSas9Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let program = req.query._program?.toString() || undefined
|
let program = req.query._program?.toString() || undefined
|
||||||
const filePath: string[] = program ? program.replace('/', '').split('/') : ['generic', 'sas-stored-process']
|
const filePath: string[] = program
|
||||||
|
? program.replace('/', '').split('/')
|
||||||
|
: ['generic', 'sas-stored-process']
|
||||||
|
|
||||||
if (program) {
|
if (program) {
|
||||||
return await getMockResponseFromFile([
|
return await getMockResponseFromFile([
|
||||||
|
|||||||
Reference in New Issue
Block a user