Skip to content

Commit

Permalink
Another debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Oct 1, 2024
1 parent 78154fb commit 5e2b250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export async function syncTables(force=false): Promise<void> {

export async function addAPIKey(): Promise<APIKey | void> {
// Set up some basic data that we're going to want
console.log(`hashed key is undefined: ${process.env.HASHED_API_KEY === undefined}`);
return APIKey.create({
hashed_key: process.env.HASHED_API_KEY as string,
client: "Tests",
Expand Down

0 comments on commit 5e2b250

Please sign in to comment.