Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Feb 17, 2024
1 parent 6118b37 commit d04180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_gg/src/backend/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ export async function getProfileTest() {
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
const jsonDefinition: any = await getProfile(profileComponents);
const p2 = performance.now();
console.log("getItemDefinition) took:", (p2 - p1).toFixed(4), "ms");
console.log("getProfileTest) took:", (p2 - p1).toFixed(4), "ms");
console.log(jsonDefinition);
}

0 comments on commit d04180a

Please sign in to comment.