Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenPipe/OpenPipe
/ sendInvoiceEmailToExistingClients.ts
File
sendInvoiceEmailToExistingClients.ts
app/src/server/scripts/sendInvoiceEmailToExistingClients.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ prisma } from
"../db"
;
2
import
{ sendInvoiceNotification } from
"../emails/sendInvoiceNotification"
;
3
import
{ sendToOwner } from
"../emails/sendToOwner"
;
4
Callers
nothing calls this directly
Calls
2
sendToOwner
Function · 0.90
sendInvoiceNotification
Function · 0.90
Tested by
no test coverage detected