Joystream Stats преди 3 години
родител
ревизия
f4b8071df2
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      community-contributions/joystreamtelegrambot/package.json
  2. 0 1
      community-contributions/joystreamtelegrambot/src/bot.ts

+ 0 - 1
community-contributions/joystreamtelegrambot/package.json

@@ -28,7 +28,6 @@
     "discord.js": "^12.5.3",
     "moment": "^2.29.1",
     "node-telegram-bot-api": "^0.51.0",
-    "string-strip-html": "^8.3.0",
     "ws": "^7.4.1"
   },
   "devDependencies": {

+ 0 - 1
community-contributions/joystreamtelegrambot/src/bot.ts

@@ -8,7 +8,6 @@ import {
   proposalDelay,
   wsLocation,
 } from "../config";
-import { stripHtml } from "string-strip-html";
 
 // types
 import { Block, Council, Options, Proposals } from "./types";