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

Function onRemoveLinearClick

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

Source from the content-addressed store, hash-verified

81 };
82
83 const onRemoveLinearClick = async () => {
84 if (!channel) {
85 return;
86 }
87 return emailUs({
88 channelName: channel.channelName,
89 accountId: channel.accountId,
90 type: 'linear',
91 action: 'Remove',
92 });
93 };
94
95 const onGithubClick = async () => {
96 if (!channel) {

Callers

nothing calls this directly

Calls 1

emailUsFunction · 0.85

Tested by

no test coverage detected