Skip to content
  • Bauduin Raphaël's avatar
    lib: notifier returns unit and not DBAction<unit> · 113e124c
    Bauduin Raphaël authored
    The DBAction return was because I though it was at that location in the
    code that we would issue additional queries to the database, but it is
    actually a bad idea as these queries are sent during the instance
    creation and not asynchronously in the hangfire job. There's now the
    possibility to issue queries from the hangfire job. So there's no
    reason to return a DBAction there.
    113e124c