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