⬆️ Upgrade to my-log 0.3.0
This commit is contained in:
parent
994a10a45c
commit
f12d22fda4
7 changed files with 55 additions and 18 deletions
|
|
@ -21,7 +21,7 @@ func Drop(ctx context.Context, url string, now time.Time) (models.Log, error) {
|
|||
return log, err
|
||||
}
|
||||
|
||||
if err := files.Append(log); err != nil {
|
||||
if err := files.Append(ctx, log); err != nil {
|
||||
return log, err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue