You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 210 in Form.tsx
// If published is set to TRUE (company already known): Post a tweet about the job
if (transformedFormData.published === true) {
await postTweet(transformedFormData);
}
The text was updated successfully, but these errors were encountered:
This is not working:
Line 210 in Form.tsx
// If published is set to TRUE (company already known): Post a tweet about the job
if (transformedFormData.published === true) {
await postTweet(transformedFormData);
}
The text was updated successfully, but these errors were encountered: