Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc committed Jan 9, 2024
1 parent 4353af5 commit 726979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/providers/UserProvider/UserProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const find = (...args: any[]) => {
return results;
};

window.hudell_debug_func = () => {
(window as any).hudell_debug_func = () => {
console.log('DEBUGOAUTH', new Date().toISOString(), 'run debug query');

console.log(
Expand Down

0 comments on commit 726979f

Please sign in to comment.