Skip to content

feat: added static function for clearing a client for a given inboxId from memory #736

feat: added static function for clearing a client for a given inboxId from memory

feat: added static function for clearing a client for a given inboxId from memory #736

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: npm install
- run: npm run eslint