Skip to content

Commit c484cb8

Browse files
committed
Fix leftover merge marker in SFTP state
1 parent 51ac667 commit c484cb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

application/state/useSftpState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ export const useSftpState = (
875875
const hasKey = !!credentials.privateKey;
876876
const hasPassword = !!credentials.password;
877877

878-
<<<<<<< Updated upstream
879878
let sftpId: string | undefined;
880879
if (hasKey) {
881880
try {

0 commit comments

Comments
 (0)