Skip to content

Commit

Permalink
add getClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Jul 6, 2024
1 parent a4e5d49 commit d46cfea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/peatix-adapter/src/supabase/supabase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export class SupabaseService {

// vuejs-jp/vuefes-2024-backside#226
public async updateAttendees(targets: AttendeeReceipt[]) {
this.getClient()

const targetData = [ ...targets ]

for (const target of targetData) {
Expand Down

0 comments on commit d46cfea

Please sign in to comment.