Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Loe committed May 17, 2024
1 parent 9af379f commit 8243a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/partnerIntegrations/getPartnerPrincipals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import { PartnerPrincipal } from "@/background/partnerIntegrations/types";
import { type PartnerPrincipal } from "@/background/partnerIntegrations/types";
import { expectContext } from "@/utils/expectContext";
import {
CONTROL_ROOM_OAUTH_INTEGRATION_ID,
Expand Down

0 comments on commit 8243a1b

Please sign in to comment.