Skip to content

Commit

Permalink
fix(merge): fix merge import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 18, 2024
1 parent 9a26ae9 commit 10f44b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
checkRepositoryValidity,
verifyRateLimitAPI,
} from "src/utils/data_validation_test";
import merge from "ts-deepmerge";
import {merge} from "ts-deepmerge";
import { Logs } from "./utils/logs";

/**
Expand Down

0 comments on commit 10f44b0

Please sign in to comment.