Skip to content

Commit 833245d

Browse files
committed
cloud_functions: remove unused import
1 parent 77c9300 commit 833245d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloud_functions/src/getReobserveVaas.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
import { Firestore } from 'firebase-admin/firestore';
99
import { ReobserveInfo } from './types';
1010
import { assertEnvironmentVariable, isVAASigned } from './utils';
11-
import { get } from 'axios';
1211

1312
const MAX_VAAS_TO_REOBSERVE = 25;
1413

0 commit comments

Comments
 (0)