MCPcopy Create free account
hub / github.com/chatwoot/chatwoot /

Class

app/javascript/dashboard/api/contactNotes.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import ApiClient from './ApiClient';
2
3class ContactNotes extends ApiClient {
4 constructor() {
5 super('notes', { accountScoped: true });
6 this.contactId = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected