Completed
Push — master ( b87df2...0895b9 )
by
unknown
02:37 queued 01:06
created
Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     public function getServerUrl()
23 23
     {
24 24
         $url = $this->settings->get('serverUrl');
25
-        if (empty($url)) {
25
+        if ( empty($url) ) {
26 26
             return 'https://discordapp.com' || 'https://discord.com';
27 27
         }
28 28
         return $url;
Please login to merge, or discard this patch.