fix db proxy
This commit is contained in:
parent
1c9133e2f2
commit
28cb3fdc4a
|
|
@ -124,7 +124,7 @@ export const fetchSendDb = async (params: any, dburl: string) => {
|
|||
}
|
||||
const url = base.toString();
|
||||
|
||||
if (localStorage.mlsid) {
|
||||
if (typeof localStorage !== "undefined" && localStorage.mlsid) {
|
||||
params.mlsid = localStorage.mlsid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue