Skip to content

Commit

Permalink
fix: remove unsued import
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoak-gh committed Oct 23, 2024
1 parent 112849f commit 7836221
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/activities/QuickbaseRecordsToGraphics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { activate } from "@vertigis/workflow/Hooks";
import {
QuickbaseField,
QuickbaseQueryResult,
quickbaseToEsriField,
quickbaseToEsriFields,
quickbaseToEsriField
} from "../utils";
import Graphic from "@arcgis/core/Graphic";
import * as jsonUtils from "@arcgis/core/geometry/support/jsonUtils";
Expand Down

0 comments on commit 7836221

Please sign in to comment.