Skip to content

Commit

Permalink
fix(TransferType): Correct order is Link, Mail, QR_Code, Proximity (#123
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sirambd authored Dec 13, 2024
2 parents 9b075b3 + 6b1efed commit 34d67c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package com.infomaniak.multiplatform_swisstransfer.common.models

enum class TransferType {
LINK,
MAIL,
QR_CODE,
LINK,
PROXIMITY,
}

0 comments on commit 34d67c0

Please sign in to comment.