Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ serializeCustomer
Function
serializeCustomer
apps/web/pages/api/subscriptions/index.ts:10–14 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
8
});
9
10
function
serializeCustomer(data: any) {
11
return
{
12
email: data.email,
13
};
14
}
15
16
function
serializeSubscription(data: any) {
17
return
{
Callers
1
index
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected