1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-06 22:20:06 +00:00

fix: added domain for session cookies

This commit is contained in:
Saad Jutt
2022-10-09 22:08:01 +05:00
parent b64c0c12da
commit 94072c3d24
4 changed files with 14 additions and 15 deletions

View File

@@ -267,7 +267,7 @@ const verifyRUN_TIMES = (): string[] => {
return errors
}
const verifyExecutablePaths = () => {
const verifyExecutablePaths = (): string[] => {
const errors: string[] = []
const { RUN_TIMES, SAS_PATH, NODE_PATH, PYTHON_PATH, R_PATH, MODE } =
process.env