Skip to content

Commit

Permalink
Update app/src/pages/playground/spanPlaygroundPageLoader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Sep 27, 2024
1 parent 0ef5388 commit 65bbde1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/pages/playground/spanPlaygroundPageLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { LoaderFunctionArgs } from "react-router";
import RelayEnvironment from "@phoenix/RelayEnvironment";

import { spanPlaygroundPageLoaderQuery } from "./__generated__/spanPlaygroundPageLoaderQuery.graphql";
/**
*
*/
export async function spanPlaygroundPageLoader(args: LoaderFunctionArgs) {
const { spanId } = args.params;
if (!spanId || typeof spanId !== "string") {
Expand Down

0 comments on commit 65bbde1

Please sign in to comment.