Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Rosemberg authored Jul 27, 2024
1 parent 8c93164 commit f80391b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,12 @@ document.addEventListener('DOMContentLoaded', () => {
updateTotalBalance();
updateCharts();
});


const { data, error } = await supabase
.from('Seekpay_db')
.insert([
{ some_column: 'someValue', other_column: 'otherValue' },
])
.select()

0 comments on commit f80391b

Please sign in to comment.