🧽 Scrubbed secret for Metron

This commit is contained in:
2022-01-04 08:00:14 -08:00
parent 2c0664506e
commit 8644b79b75

View File

@@ -1,9 +1,5 @@
import axios from "axios";
import { METRON_SERVICE_URI } from "../constants/endpoints";
import {
METRON_DATA_FETCH_SUCCESS,
METRON_DATA_FETCH_IN_PROGRESS,
} from "../constants/action-types";
export const fetchMetronResource = async (options) => {
console.log(options);