1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00

Removing repeated line.

This commit is contained in:
mike12345567 2021-12-10 15:18:57 +00:00
parent c7d287485b
commit b23a9caf50

View file

@ -436,7 +436,7 @@ const getPlatformUrl = async settings => {
}
}
return platformUrl ? platformUrl : "http://localhost:10000"
return platformUrl
}
async function getScopedConfig(db, params) {