Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
Co-authored-by: Nyby <NybyDK@users.noreply.github.com>
  • Loading branch information
TSKsmiley committed May 7, 2024
1 parent a6ce3ff commit 3289cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/classes/Loader/NetworkLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import LSR from "$lib/classes/MPLS/LSR";
import CE from "$lib/classes/MPLS/CE";

export default function loadNetwork(unparsedNetwork: unknown): boolean {
network.clear();

const Network = NetworkSchema.safeParse(unparsedNetwork);

if (!Network.success) {
Expand Down

0 comments on commit 3289cf6

Please sign in to comment.