We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f951fd commit ce84a74Copy full SHA for ce84a74
lib/core/audience_evaluator/index.ts
@@ -13,7 +13,6 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-;
17
import {
18
LOG_LEVEL,
19
} from '../../utils/enums';
message_generator.ts
@@ -19,7 +19,6 @@ const generate = async () => {
20
Object.keys(exports).forEach((key, i) => {
21
if (key === 'messages') return;
22
- const msg = exports[key];
23
genOut += `export const ${key} = '${i}';\n`;
24
messages.push(exports[key])
25
});
0 commit comments