MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onRemoveGithubClick

Function onRemoveGithubClick

apps/web/ui/IntegrationsModal/index.tsx:106–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 };
105
106 const onRemoveGithubClick = async () => {
107 if (!channel) {
108 return;
109 }
110 return emailUs({
111 channelName: channel.channelName,
112 accountId: channel.accountId,
113 type: 'github',
114 action: 'Remove',
115 });
116 };
117
118 const onEmailClick = async () => {
119 if (!channel) {

Callers

nothing calls this directly

Calls 1

emailUsFunction · 0.85

Tested by

no test coverage detected