Skip to content

Commit c1c7a28

Browse files
committed
fix case error when using openflow queue
1 parent 80e0636 commit c1c7a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenFlow/src/Messages/Message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class Message {
9898
case "insertorupdateone":
9999
await this.InsertOrUpdateOne(span);
100100
break;
101-
case "Insertorupdatemany":
101+
case "insertorupdatemany":
102102
await this.InsertOrUpdateMany(span);
103103
break;
104104
case "deleteone":

0 commit comments

Comments
 (0)