Skip to content

Commit 266c513

Browse files
committed
INIT
1 parent 506cee5 commit 266c513

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/api/callback.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@
4343
};
4444
break;
4545
case 'test-login01':
46-
if($response->status=='success'){
47-
$redis->publish($channel_id,json_encode($response));
48-
}else{
49-
$redis->publish($channel_id,json_encode($response));
50-
};
46+
$redis->publish($channel_id,json_encode($response));
5147
break;
5248
};
5349
} else {

0 commit comments

Comments
 (0)