Skip to content

Commit

Permalink
chore: finished todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanzel committed Dec 19, 2024
1 parent 17dba79 commit 41e7960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/googleCloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const downloadJsonFile = async <T>({
return JSON.parse(result);
};

// TODO: turn this into a get query function so we can pass the dates to supply the query
export const userActiveStateQuery = `
with d as (
select uss.primary_user_id,
Expand Down

0 comments on commit 41e7960

Please sign in to comment.