Skip to content

Commit

Permalink
cloud_functions: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jul 8, 2024
1 parent 77c9300 commit 833245d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud_functions/src/getReobserveVaas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
import { Firestore } from 'firebase-admin/firestore';
import { ReobserveInfo } from './types';
import { assertEnvironmentVariable, isVAASigned } from './utils';
import { get } from 'axios';

const MAX_VAAS_TO_REOBSERVE = 25;

Expand Down

0 comments on commit 833245d

Please sign in to comment.