Skip to content

Commit

Permalink
Merge pull request #29 from Azure-Samples/import-bug-fix
Browse files Browse the repository at this point in the history
Fix graph import - #25
  • Loading branch information
jamescarpinter authored Sep 29, 2020
2 parents 1b3e104 + 80524f5 commit 04bd93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/services/ImportService.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ImportService {

async saveData(data) {
const results = { twins: [], relationships: [] };

await apiService.initialize();
const twinsBs = new BatchService({
items: data.digitalTwinsGraph.digitalTwins,
action: (item, resolve, reject) => {
Expand Down

0 comments on commit 04bd93d

Please sign in to comment.