Skip to content

Commit 870dc1c

Browse files
committed
Add more guides
1 parent 031735c commit 870dc1c

5 files changed

Lines changed: 382 additions & 197 deletions

File tree

OpenFlow/src/DatabaseConnection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,6 @@ export class DatabaseConnection {
27052705
if (indexnames.indexOf("userid_1") === -1) {
27062706
await this.createIndex(collection.name, "userid_1", { "userid": 1 }, null, span)
27072707
}
2708-
27092708
break;
27102709
case "users":
27112710
if (indexnames.indexOf("workflowid_1") === -1) {

0 commit comments

Comments
 (0)