Skip to content

Remove lodash.get from apiRequest #1252

Remove lodash.get from apiRequest

Remove lodash.get from apiRequest #1252

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm run lint