chore: typos

This commit is contained in:
charlie
2022-09-01 21:17:43 +08:00
committed by Tienson Qin
parent fd92a53940
commit 79c73eaee6
3 changed files with 5 additions and 8 deletions

View File

@@ -23,10 +23,7 @@ const config: CapacitorConfig = {
}
}
if (
process.env.PLATFORM &&
process.env.LOGSEQ_APP_SERVER_URL
) {
if (process.env.LOGSEQ_APP_SERVER_URL) {
Object.assign(config, {
server: {
url: process.env.LOGSEQ_APP_SERVER_URL,