Skip to content

Commit e82da17

Browse files
committed
fix: how to even alphabet
1 parent 637a221 commit e82da17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cipherstash-proxy-integration/src/ore_order_helpers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ impl SortDirection {
3030
pub async fn ore_order_text(client: &tokio_postgres::Client) {
3131
let values = [
3232
"aardvark",
33-
"apparatus",
3433
"aplomb",
34+
"apparatus",
3535
"chimera",
3636
"chrysalis",
3737
"chrysanthemum",
@@ -60,8 +60,8 @@ pub async fn ore_order_text(client: &tokio_postgres::Client) {
6060
pub async fn ore_order_text_desc(client: &tokio_postgres::Client) {
6161
let values = [
6262
"aardvark",
63-
"apparatus",
6463
"aplomb",
64+
"apparatus",
6565
"chimera",
6666
"chrysalis",
6767
"chrysanthemum",

0 commit comments

Comments
 (0)