mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
style: lint
This commit is contained in:
@@ -45,7 +45,9 @@ export class MockSas9Controller {
|
||||
}
|
||||
|
||||
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) {
|
||||
return await getMockResponseFromFile([
|
||||
|
||||
Reference in New Issue
Block a user