Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
ApiClient from
'./ApiClient'
;
2
3
class
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