Skip to content

Commit

Permalink
chore: default header
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Sep 18, 2024
1 parent dfaafe3 commit a3b6647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function validString(x: string): boolean {
return x?.length > 0;
}

export function getHeaders(ignoreHeaders?: boolean) {
export function getHeaders(ignoreHeaders: boolean = false) {
const accessStore = useAccessStore.getState();
const chatStore = useChatStore.getState();
let headers: Record<string, string> = {};
Expand Down

0 comments on commit a3b6647

Please sign in to comment.