Correct attachment name to include path on update (#215)

This commit is contained in:
Toru Kawaguchi 2022-10-19 23:42:32 +09:00 committed by GitHub
parent 49c25c2c29
commit d276b7e78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ func ResolveAttachments(
info, err := api.UpdateAttachment(
page.ID,
attach.ID,
attach.Name,
attach.Filename,
AttachmentChecksumPrefix+attach.Checksum,
attach.Path,
)