Skip to content

Commit

Permalink
remove type keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
samaradel committed Apr 16, 2024
1 parent 5153e27 commit 3c4f6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/utils/ssh_keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { KeypairType } from "@threefold/grid_client";
import crypto from "crypto";

import { useProfileManager } from "@/stores";
import { type SSHKeyData } from "@/types";
import { SSHKeyData } from "@/types";

import { formatSSHKeyTableCreatedAt } from "./date";
import { getGrid, getMetadata, storeSSH } from "./grid";
Expand Down

0 comments on commit 3c4f6f5

Please sign in to comment.