aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/server/ServerApi.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-17 14:16:12 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-17 14:16:12 +0200
commit33e4a10c6edc76708682f022585423b0af4c28bf (patch)
treee0f1bc3e11c40708df6e66340c39a7ea7625f9dd /src/api/server/ServerApi.js
parentAutomatic i18n update (i18n.meetfranz.com) (diff)
parentupdate strings (diff)
downloadferdium-app-33e4a10c6edc76708682f022585423b0af4c28bf.tar.gz
ferdium-app-33e4a10c6edc76708682f022585423b0af4c28bf.tar.zst
ferdium-app-33e4a10c6edc76708682f022585423b0af4c28bf.zip
Merge branch 'release/5.4.0-beta.3' into i18n
Diffstat (limited to 'src/api/server/ServerApi.js')
-rw-r--r--src/api/server/ServerApi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index f56c7b6e4..1f538368d 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -87,7 +87,7 @@ export default class ServerApi {
87 } 87 }
88 const trial = await request.json(); 88 const trial = await request.json();
89 89
90 debug('ServerApi::signup resolves', trial); 90 debug('ServerApi::activateTrial resolves', trial);
91 return true; 91 return true;
92 } 92 }
93 93