Skip to content

Commit

Permalink
Update checkins.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Dec 2, 2024
1 parent e9e384a commit 5a991d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/checkins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import querystring from 'querystring';
import { createLatLngString } from '../utils';

// Checkin Functions
export async function checkIn(this:any, venue_id: string, silent: boolean) {
export async function checkIn(this:any, venue_id: string, silent: boolean = false) {
if (silent) {
this.config.broadcast = 'private';
}
Expand Down

0 comments on commit 5a991d4

Please sign in to comment.