Skip to content

Commit 1c2b6db

Browse files
committed
created training tutorial materrials
1 parent 3faa38c commit 1c2b6db

File tree

10 files changed

+2
-10
lines changed

10 files changed

+2
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ipfs": "^0.63.0",
3838
"jwks-rsa": "2.1.4",
3939
"mesh-link": "0.13.6",
40-
"mongodb": "4.9.0",
40+
"mongodb": "^4.9.0",
4141
"multicast-dns": "7.2.5",
4242
"nanoid": "3.3.2",
4343
"nats": "2.7.1",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/adapters/python/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/adapters/python/python-import.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/domain/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export async function importRemoteCache (name) {
445445
*/
446446
export const totalServices = () =>
447447
ModelFactory.getModelSpecs().filter(
448-
s => !s.isCached && (!s.domain || s.modelName === s.domain)
448+
s => !s.isCached && (!s.domain || s.modelName === s.domain.toUpperCase())
449449
).length
450450

451451
export { UseCaseService } from './use-cases'

0 commit comments

Comments
 (0)