1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Removing repeated line.

This commit is contained in:
mike12345567 2021-12-10 15:18:57 +00:00
parent ce3d7df39d
commit 7567c778c8

View file

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