Skip to content

Commit 5538cf5

Browse files
committed
11.7.5
1 parent 1bf0f33 commit 5538cf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žsrc/Midjourney.API/Midjourney.API.csprojβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
1010
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
1111
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
12-
<AssemblyVersion>11.7.3</AssemblyVersion>
12+
<AssemblyVersion>11.7.5</AssemblyVersion>
1313
<DockerfileContext>..\..</DockerfileContext>
1414
</PropertyGroup>
1515

β€Žsrc/Midjourney.Services/DiscordService.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3372,7 +3372,7 @@ public string GetPrompt(string prompt, TaskInfo info)
33723372
prompt = FormatUrls(prompt, info).ConfigureAwait(false).GetAwaiter().GetResult();
33733373

33743374
// θ½¬ε…¨ηƒεŠ ι€Ÿεœ°ε€
3375-
var storage = StorageHelper.Instance.GetBaseStorage();
3375+
var storage = StorageHelper.Instance?.GetBaseStorage();
33763376
if (!string.IsNullOrWhiteSpace(storage?.GlobalCustomCdn))
33773377
{
33783378
// δ½Ώη”¨ζ­£εˆ™ζε–ζ‰€ζœ‰ηš„ url

0 commit comments

Comments
Β (0)