Skip to content

Commit

Permalink
resets changes to server fn provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsfletch committed Jan 2, 2025
1 parent 3a2a897 commit bb6cfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/providers/ServerFunctions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const ServerFunctionsProvider: React.FC<{

const schedulePublish = useCallback<SchedulePublishClient>(
async (args) => {
const { signal: remoteSignal, ...rest } = args || {}
const { signal: remoteSignal, ...rest } = args

try {
if (!remoteSignal?.aborted) {
Expand Down

0 comments on commit bb6cfdf

Please sign in to comment.