mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: remove Aes
This commit is contained in:
@@ -3,12 +3,11 @@ import { getBaseUrl } from "./getBaseUrl";
|
||||
import { headers } from "./headers";
|
||||
import * as cheerio from "cheerio";
|
||||
import { ProviderContext } from "./types";
|
||||
import Aes from "react-native-aes-crypto";
|
||||
|
||||
export const providerContext: ProviderContext = {
|
||||
axios,
|
||||
getBaseUrl,
|
||||
Aes: null,
|
||||
commonHeaders: headers,
|
||||
Aes,
|
||||
cheerio,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user