Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-with-antonio/nightcode
/ getPolarAccessToken
Function
getPolarAccessToken
packages/server/src/lib/polar.ts:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
export
function
getPolarAccessToken() {
14
return
getRequiredEnv(
"POLAR_ACCESS_TOKEN"
);
15
}
16
17
export
function
getPolarProductId() {
18
return
getRequiredEnv(
"POLAR_PRODUCT_ID"
);
Callers
1
polar.ts
File · 0.85
Calls
1
getRequiredEnv
Function · 0.85
Tested by
no test coverage detected