Revert to standard ring-client-api

This commit is contained in:
tsightler
2023-06-03 13:00:51 -04:00
parent 5e25c75d3b
commit 113e89ca86
8 changed files with 9 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import { RingRestClient } from '../node_modules/@tsightler/ring-client-api/lib/rest-client.js'
import { RingRestClient } from '../node_modules/ring-client-api/lib/rest-client.js'
import utils from './utils.js'
import { dirname } from 'path'
import { fileURLToPath } from 'url'