Nolan Caine
Nolan Caine
@schuyler1d @Arique1104 Work done & PR'd this morning: - `src/containers/TexterTodo.jsx`: Add `isOptedOut` field to `allContactsCount` and set value to `false` - Test to ensure opt-out status persists across campaigns when...
After spending some time tracing the flow of data around Settings and our VAN service manager, here are our tentative conclusions and questions: _Things we think we know_ - Data...
`src/extensions/service-managers/van-api-keys-manager/index.js` ### Weird bug: - Initially, we were able to write data upon form submission from our service manager to organization.features using a knex query: ``` export async function onOrganizationUpdateSignal({...