Skip to content

Commit

Permalink
frontend: accidentally deleted comma, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSavage committed Oct 8, 2024
1 parent e8546fe commit 9c47a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zettelkasten-front/src/api/billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function createCheckoutSession(interval: string) {
headers: {
Authorization: `Bearer ${token}`, // Include the JWT token in the Authorization header
"Content-Type": "application/json",
}
},
body: JSON.stringify({ interval: interval }),
});

Expand Down

0 comments on commit 9c47a5c

Please sign in to comment.