Skip to content

Commit

Permalink
Fix linitng
Browse files Browse the repository at this point in the history
  • Loading branch information
HubbeDev committed Jan 7, 2024
1 parent a644d72 commit d8574e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/svelte-gravity-forms/src/lib/internal/gf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function createSvelteGravityFroms(props: CreateGravityFromsProps) {
const consumerKeyStore = writable(withDefaults.consumerKey);
const consumerSecretStore = writable(withDefaults.consumerSecret);


// Fetch form object from Gravity Forms API
async function onSubmitForm(req: { [x: string]: unknown }) {
try {
Expand Down

0 comments on commit d8574e3

Please sign in to comment.