Skip to content

Commit db9bdf8

Browse files
committed
style: apply prettier formatting
1 parent 58cc023 commit db9bdf8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/rum-core/src/domain/resource/graphql.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,7 @@ describe('GraphQL detection and metadata extraction', () => {
345345
})
346346

347347
it('should prefer operationType derived from query URL param over explicit operationType URL param for GET requests', () => {
348-
const url =
349-
'http://example.com/graphql?query=mutation%20CreateUser%20%7B%20createUser%20%7D&operationType=query'
348+
const url = 'http://example.com/graphql?query=mutation%20CreateUser%20%7B%20createUser%20%7D&operationType=query'
350349

351350
const result = extractGraphQlRequestMetadata({ method: 'GET', url, requestBody: undefined }, false)
352351

packages/rum-core/src/domain/resource/graphql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { RequestCompleteEvent } from '../requestCollection'
77
*/
88
const GRAPHQL_PAYLOAD_LIMIT = 32 * ONE_KIBI_BYTE
99

10-
1110
interface RawGraphQlMetadata {
1211
query?: string
1312
operationName?: string

0 commit comments

Comments
 (0)