Browse Source

fix(insights): Remove stray line of code (#70943)

Debug nonsense
George Gritsouk 10 months ago
parent
commit
66a52784b8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      static/app/views/performance/http/data/useSpanSamples.tsx

+ 0 - 1
static/app/views/performance/http/data/useSpanSamples.tsx

@@ -63,7 +63,6 @@ export const useSpanSamples = <Fields extends IndexedProperty[]>(
       // This type is a little awkward but it explicitly states that the response could be empty. This doesn't enable unchecked access errors, but it at least indicates that it's possible that there's no data
       // eslint-disable-next-line @typescript-eslint/ban-types
       | [];
-    meta: 'hello';
   }>(
     [
       `/api/0/organizations/${organization.slug}/spans-samples/`,