Skip to content

Commit b114543

Browse files
committed
chore: update msw handler for patch githubIds
1 parent 0085495 commit b114543

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/src/mock/handlers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ export const handlers = [
7979
}
8080
}
8181

82+
if (body.githubIds !== undefined) {
83+
team.githubIds = body.githubIds
84+
}
85+
8286
return HttpResponse.json(team)
8387
}),
8488
http.get('/teams/{teamId}/instances', (c) => {

0 commit comments

Comments
 (0)