This commit is contained in:
Simon Ser 2023-10-24 16:54:19 +02:00
parent d85424fe01
commit 8a2a9706f7
1 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ func (ms *dbMessageStore) ListTargets(ctx context.Context, network *database.Net
TakeLast: true,
}
}
l, err := ms.db.ListMessageLastPerTarget(ctx, network.ID, opts);
l, err := ms.db.ListMessageLastPerTarget(ctx, network.ID, opts)
if err != nil {
return nil, err
}