Resolve CI.

This commit is contained in:
Patrick Fic
2021-10-01 15:56:24 -07:00
parent 6e28afda67
commit 9f1d184081

View File

@@ -1,14 +1,14 @@
import { gql, selectHttpOptionsAndBody } from "@apollo/client";
import { gql } from "@apollo/client";
import { notification } from "antd";
import axios from "axios";
import jsreport from "jsreport-browser-client-dist";
import _ from "lodash";
import moment from "moment";
import { auth } from "../firebase/firebase.utils";
import { setEmailOptions } from "../redux/email/email.actions";
import { store } from "../redux/store";
import client from "../utils/GraphQLClient";
import { TemplateList } from "./TemplateConstants";
import _ from "lodash";
const server = process.env.REACT_APP_REPORTS_SERVER_URL;
jsreport.serverUrl = server;