fixed build issues from nextauth

This commit is contained in:
2023-11-13 11:31:22 +00:00
parent 6a927155bc
commit e0a26a3fa4
25 changed files with 41 additions and 55 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
import axios from "axios";
import CryptoJS from "crypto-js";
import _ from "lodash";
import { getToken, azureHeadersPaged, consoleLogger } from "../../../actions";
import { getToken } from "../../../actions";
import { getCaseBlob } from "../../../actions/azurestorage";
const WORDKEY = process.env.HASHKEY;