Skip to content

Commit ce84a74

Browse files
committed
up
1 parent 8f951fd commit ce84a74

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/core/audience_evaluator/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
;
1716
import {
1817
LOG_LEVEL,
1918
} from '../../utils/enums';

message_generator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const generate = async () => {
1919

2020
Object.keys(exports).forEach((key, i) => {
2121
if (key === 'messages') return;
22-
const msg = exports[key];
2322
genOut += `export const ${key} = '${i}';\n`;
2423
messages.push(exports[key])
2524
});

0 commit comments

Comments
 (0)