standard TODO syntax

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-02-25 14:45:48 +01:00
committed by Eric Peterson
parent 925f5847de
commit b7cb59dd7b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class SearchApi {
return this.entities();
}
// @todo Productionalize as we implement search milestones.
// TODO: Productionalize as we implement search milestones.
public async _alphaPerformSearch(
query: SearchQuery,
): Promise<SearchResultSet> {