Browse Source

style: 重新生成proto多出use strict

pull/4/head
TsMask 10 months ago
parent
commit
1fc7adbe55
  1. 1
      src/chat/proto/proto.js

1
src/chat/proto/proto.js

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
/*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/
"use strict";
var $protobuf = require("protobufjs/light");

Loading…
Cancel
Save