fix(GenerateRunnerCertificates): missing toast import
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Philipp Dormann 2023-05-04 13:53:42 +02:00
parent 3b98c99b72
commit d49f545d94
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@
RunnerTeamService,
RunnerOrganizationService,
} from "@odit/lfk-client-js";
import { init } from "@paralleldrive/cuid2";
import toast from "svelte-french-toast";
const createId = init({ length: 10, fingerprint: "lfk-frontend" });
export let certificates_show = false;