Skip to content

Commit

Permalink
Fix Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 13, 2024
1 parent 10ee84a commit 02b1b47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/routes/marti-mission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Err from '@openaddresses/batch-error';
import Auth from '../lib/auth.js';
import Config from '../lib/config.js';
import { GenericMartiResponse } from '../lib/types.js';
import { MissionRole, Mission, ChangesInput, ListInput, DeleteInput, UnsubscribeInput } from '../lib/api/mission.js';
import { MissionRole, Mission, ChangesInput, ListInput, DeleteInput } from '../lib/api/mission.js';
import TAKAPI, {
APIAuthCertificate,
} from '../lib/tak-api.js';
Expand Down
1 change: 0 additions & 1 deletion api/web/src/components/CloudTAK/Menu/Overlays.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
</template>

<script>
import { std, stdurl } from '/src/std.ts';
import MenuTemplate from '../util/MenuTemplate.vue';
import OverlayLayers from './Overlays/Layers.vue';
import {
Expand Down

0 comments on commit 02b1b47

Please sign in to comment.