Removing repeated line.
This commit is contained in:
parent
ce3d7df39d
commit
7567c778c8
|
@ -436,7 +436,7 @@ const getPlatformUrl = async settings => {
|
|||
}
|
||||
}
|
||||
|
||||
return platformUrl ? platformUrl : "http://localhost:10000"
|
||||
return platformUrl
|
||||
}
|
||||
|
||||
async function getScopedConfig(db, params) {
|
||||
|
|
Loading…
Reference in New Issue