mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
removed commented code
This commit is contained in:
parent
8ec4f858ab
commit
ecf78758c5
@ -347,12 +347,6 @@ export async function createTrustedAlgorithmList(
|
||||
if (!selectedAssets || selectedAssets.length === 0) return []
|
||||
|
||||
for (const selectedAlgorithm of selectedAssets) {
|
||||
// const sanitizedAlgorithmContainer = {
|
||||
// entrypoint: selectedAlgorithm.metadata.algorithm.container.entrypoint,
|
||||
// image: selectedAlgorithm.metadata.algorithm.container.image,
|
||||
// tag: selectedAlgorithm.metadata.algorithm.container.tag,
|
||||
// checksum: selectedAlgorithm.metadata.algorithm.container.checksum
|
||||
// }
|
||||
const filesChecksum = await getFileDidInfo(
|
||||
selectedAlgorithm?.id,
|
||||
selectedAlgorithm?.services?.[0].id,
|
||||
|
Loading…
Reference in New Issue
Block a user