Skip to content

Commit 603b3d1

Browse files
committed
fix
1 parent 721a658 commit 603b3d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
$useTeams = true;
6565
switch ($EventType) {
6666
case 'issues':
67-
if ($RepositoryName == 'interserver/mailbaby-api-samples') {
67+
if (in_array($RepositoryName, ['interserver/mailbaby-api-samples', 'detain/interserver-api-samples'])) {
6868
$useTeams = false;
6969
break;
7070
}

0 commit comments

Comments
 (0)