Skip to content

Commit 7c2317a

Browse files
committed
Remove TODO that won't be done
1 parent 44e2d36 commit 7c2317a

File tree

1 file changed

+0
-1
lines changed
  • apollo-federation/src/sources/connect/validation/connect

1 file changed

+0
-1
lines changed

apollo-federation/src/sources/connect/validation/connect/http.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ impl<'schema> Transport<'schema> {
371371
///
372372
/// TODO: Return input shapes for keys instead reparsing for `Connector::resolvable_key` later
373373
fn type_check(self, schema: &SchemaInfo) -> Vec<Message> {
374-
// TODO: update context after each expression. Don't allow non `$config` options for base URLs
375374
let expression_context = Context::for_connect_request(
376375
schema,
377376
self.coordinate.connect,

0 commit comments

Comments
 (0)