Skip to content

Commit b6cba92

Browse files
committed
add comment
1 parent 7ad643e commit b6cba92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/lib/dub.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Dub } from "dub";
22

33
export const dub = new Dub();
44

5+
// fetch Dub customer using their external ID (ID in our database)
56
export const getDubCustomer = async (userId: string) => {
67
try {
78
return await dub.customers.get({

0 commit comments

Comments
 (0)