MCPcopy 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
13export function getPolarAccessToken() {
14 return getRequiredEnv("POLAR_ACCESS_TOKEN");
15}
16
17export function getPolarProductId() {
18 return getRequiredEnv("POLAR_PRODUCT_ID");

Callers 1

polar.tsFile · 0.85

Calls 1

getRequiredEnvFunction · 0.85

Tested by

no test coverage detected