Set the client log-level.

pull/4512/head
Evan Sangaline 9 months ago committed by Aniket
parent 7d99eee45d
commit 14a1e0b139
  1. 2
      libs/remix-ws-templates/src/script-templates/sindri/sindri.ts

@ -1,5 +1,7 @@
import client from 'sindri'
client.logLevel = 'info'
const authorize = async () => {
try {
const apiKey = await remix.call('settings', 'get', 'settings/sindri-access-token')

Loading…
Cancel
Save