Skip to content

Commit

Permalink
updated median
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Dec 11, 2023
1 parent ef3e563 commit 3102076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/median/median.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { readFileSync } from "fs";
import test from "flug";
import { serve } from "srvd";
import load from "../load";
import median from "./median.module";
import median from ".";

serve({ debug: true, max: 1, port: 3000 });

Expand Down

0 comments on commit 3102076

Please sign in to comment.