async activate(company: Company): Promise<void> {
await fetch('http://xxx.it/db/activate', {
body: JSON.stringify(company),
method: 'POST',
});
}async activate(company: Company): Promise<void> {
await fetch('http://xxx.it/db/activate', {
body: JSON.stringify(company),
method: 'POST',
});
}Join the Discord to ask follow-up questions and connect with the community