Skip to content

Commit 20d5222

Browse files
authored
Update projectStatusChange.ts
1 parent 981426d commit 20d5222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/projectStatusChange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ interface ProjectV2ItemPayload {
6565

6666
const projectNumberToMattermostChannel: Record<number, string> = {
6767
7: 'program',
68-
4: 'information',
68+
4: 'web',
6969
}
7070

7171
export async function handleProjectStatusChange(

0 commit comments

Comments
 (0)