We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c9300 commit 833245dCopy full SHA for 833245d
cloud_functions/src/getReobserveVaas.ts
@@ -8,7 +8,6 @@ import {
8
import { Firestore } from 'firebase-admin/firestore';
9
import { ReobserveInfo } from './types';
10
import { assertEnvironmentVariable, isVAASigned } from './utils';
11
-import { get } from 'axios';
12
13
const MAX_VAAS_TO_REOBSERVE = 25;
14
0 commit comments