mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update ValidateLists.cs
This commit is contained in:
parent
84c135c862
commit
36aa176142
@ -281,7 +281,7 @@ public class ValidateLists : IVerb
|
||||
formData.Add(new StringContent(metadata.Description), "description");
|
||||
formData.Add(new StringContent((metadata.Version ?? Version.Parse("0.0.0.0")).ToString()), "version");
|
||||
formData.Add(new StringContent("0"), "is_private");
|
||||
formData.Add(new StringContent("1hr"), "expires_at");
|
||||
formData.Add(new StringContent("perm"), "expires_at");
|
||||
if (modListData.Website != null)
|
||||
{
|
||||
formData.Add(new StringContent(modListData.Website!.ToString()), "website");
|
||||
@ -665,4 +665,4 @@ public class ValidateLists : IVerb
|
||||
await client.ConnectAsync(token);
|
||||
return client;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user