Skip to content

Commit

Permalink
style(overloads.ts): fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed May 30, 2024
1 parent ec03f09 commit 003e757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/faustwp-core/src/wpHooks/overloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type FaustCoreFilters = {
callback: (wpUrl: string, context: Record<string, never>) => string,
priority?: number | undefined,
): void;

addFilter(
hookName: 'wpAdminUrl',
namespace: string,
Expand Down

0 comments on commit 003e757

Please sign in to comment.