Skip to content

Commit

Permalink
close
Browse files Browse the repository at this point in the history
  • Loading branch information
katayama8000 committed Jun 13, 2024
1 parent 5182ad9 commit 6d03011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/hooks/useInvoice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const useInvoice = () => {

const addInvoice = async (couple_id: Invoice["couple_id"]) => {
try {
await unActiveInvoicesAll(couple_id);
const { error } = await supabase.from(dev_monthly_invoices).insert([
{
couple_id,
Expand Down

0 comments on commit 6d03011

Please sign in to comment.