Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 20, 2024
1 parent 9d9e962 commit beefb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type Interface from "../Interface/Integraton.js";
* @module Integration
*
*/
export default ((...[_Option = {}]: Parameters<Interface>) => {
export default ((...[_Option = {}]) => {
for (const Option in _Option) {
if (
Object.prototype.hasOwnProperty.call(_Option, Option) &&
Expand Down

0 comments on commit beefb01

Please sign in to comment.