Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
YosephKS authored and github-actions[bot] committed Jul 8, 2024
1 parent 228b226 commit 9be9406
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playground/src/signature.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { Button, Frog } from '@airstack/frog'

export const app = new Frog({ verify: 'silent', title: 'Signature', apiKey: process.env.AIRSTACK_API_KEY as string })
export const app = new Frog({
verify: 'silent',
title: 'Signature',
apiKey: process.env.AIRSTACK_API_KEY as string,
})
.frame('/', (c: any) => {
const transactionId = c.transactionId
return c.res({
Expand Down

0 comments on commit 9be9406

Please sign in to comment.