Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 65ec41a

Browse files
authored
Merge pull request #31 from lenomosh/bg-data-version
fix: upgraded the data version to match that which is there on discord
2 parents cbe727f + 93b6525 commit 65ec41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Midjourney.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Midjourney {
1313

1414
protected const DATA_ID = '938956540159881230';
1515

16-
protected const DATA_VERSION = '1118961510123847772';
16+
protected const DATA_VERSION = '1166847114203123795';
1717

1818
protected const SESSION_ID = '2fb980f65e5c9a77c96ca01f2c242cf6';
1919

@@ -246,4 +246,4 @@ public function generate($prompt, $upscale_index = 0)
246246
'upscaled_photo_url' => $upscaled_photo_url
247247
];
248248
}
249-
}
249+
}

0 commit comments

Comments
 (0)