Skip to content

Commit 9b65846

Browse files
authored
refactor: fixing interval specification (#704)
* refactor: fixing interval specification * refactor: reverting code
1 parent 3b2a8cd commit 9b65846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/graphql/request/builders/specification/explore/explore-specification-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class ExploreSpecificationBuilder {
2424
type: AttributeMetadataType.Timestamp
2525
}),
2626
asGraphQlOrderByFragment: () => ({
27-
key: INTERVAL_START_QUERY_KEY
27+
key: 'intervalStart'
2828
})
2929
};
3030
}

0 commit comments

Comments
 (0)