We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0636 commit c1c7a28Copy full SHA for c1c7a28
1 file changed
OpenFlow/src/Messages/Message.ts
@@ -98,7 +98,7 @@ export class Message {
98
case "insertorupdateone":
99
await this.InsertOrUpdateOne(span);
100
break;
101
- case "Insertorupdatemany":
+ case "insertorupdatemany":
102
await this.InsertOrUpdateMany(span);
103
104
case "deleteone":
0 commit comments