diff --git a/src/hooks/useCommitFlow.ts b/src/hooks/useCommitFlow.ts index e4d66ba2..3cb3c1f1 100644 --- a/src/hooks/useCommitFlow.ts +++ b/src/hooks/useCommitFlow.ts @@ -1,7 +1,7 @@ import { useCallback, useState } from 'react' interface CommitFlowConfig { - savePending: () => Promise + savePending: () => Promise loadModifiedFiles: () => Promise commitAndPush: (message: string) => Promise setToastMessage: (msg: string | null) => void