Remove done TODO

This commit is contained in:
Hansung Kim
2023-10-23 11:33:38 -07:00
parent 2a9f2f8421
commit f4553ffdb1

View File

@@ -258,7 +258,6 @@ case class CoalescedResponse(config: CoalescerConfig)
// storing e.g. the UUID originally attached to a request. This is useful for
// using this module as a source ID converter / compressor. If `None`, this
// field is not instantiated.
// TODO: implement lookup logic.
//
// If `ignoreInUse`, just keep giving out new IDs without any collision checking.
// This might result in TL violation.