Skip to content

Commit

Permalink
Merge branch 'main' of github.com:uselotus/lotus
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-escobedo committed Mar 21, 2023
2 parents 5f2911d + 56b2e16 commit c2d8bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Quickstart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const CodeExample = ({ complete }: { complete: boolean }) => {
typescriptSDK: {
label: "TypeScript SDK",
language: "typescript",
code: `await lotus.trackEvent({
code: `lotus.trackEvent({
batch: [
{
event_name: "test", // required
Expand Down

0 comments on commit c2d8bae

Please sign in to comment.