Skip to content

Commit

Permalink
[@dhealthdapps/backend] refactor(discovery): remove obsolete todo tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nsonanh committed Jan 13, 2023
1 parent a5447da commit 244c935
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion runtime/backend/src/discovery/models/AssetSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { AssetDTO } from "./AssetDTO";
* Note that this class uses the generic {@link Transferable} trait to
* enable a `toDTO()` method on the model.
*
* @todo The {@link Asset} model does not need fields to be **public**.
* @todo Timestamp fields should be **numbers** to avoid timezone issues.
* @since v0.3.0
*/
Expand Down
1 change: 0 additions & 1 deletion runtime/backend/src/discovery/models/BlockSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { BlockDTO } from "./BlockDTO";
* Note that this class uses the generic {@link Transferable} trait to
* enable a `toDTO()` method on the model.
*
* @todo The {@link Asset} model does not need fields to be **public**.
* @todo Timestamp fields should be **numbers** to avoid timezone issues.
* @since v0.3.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export class DiscoverAssets extends DiscoveryCommand {
* <br /><br />
* This scheduler is registered to run **every 2 minutes**.
*
* @todo This discovery should use a specific **discovery** config field instead of dappPublicKey
* @see BaseCommand
* @access public
* @async
Expand Down

0 comments on commit 244c935

Please sign in to comment.