Removing repeated line.

This commit is contained in:
mike12345567 2021-12-10 15:18:57 +00:00
parent c7d287485b
commit b23a9caf50
1 changed files with 1 additions and 1 deletions

View File

@ -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) {