- bumped to 1.0.24
- removed stray console.log
This commit is contained in:
@@ -3,7 +3,6 @@ import { CAM_BASE } from "../utils/config";
|
||||
import { toast } from "sonner";
|
||||
|
||||
const camBase = import.meta.env.MODE !== "development" ? CAM_BASE : CAM_BASE;
|
||||
console.log(camBase);
|
||||
|
||||
const uploadFile = async (file: File) => {
|
||||
const form = new FormData();
|
||||
|
||||
Reference in New Issue
Block a user