• Michael Kozono's avatar
    Use a null object with RequestStore · 45cf64c8
    Michael Kozono authored
    Makes it easier and safer to use RequestStore because you don't need to
    check `RequestStore.active?` before using it. You just have to use
    `Gitlab::SafeRequestStore` instead.
    45cf64c8