You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During infra.EnrichBricks() when brick.Enrich() return the error "No matching module name", we should create a default module that will do nothing and return an error each time it is called if not, when calling loadAvailable action we encounter a
panic: runtime error: invalid memory address or nil pointer dereference
And we need to display a warning.
The module should return an error and a 5 status code each time it is called.
The text was updated successfully, but these errors were encountered:
During infra.EnrichBricks() when brick.Enrich() return the error "No matching module name", we should create a default module that will do nothing and return an error each time it is called if not, when calling loadAvailable action we encounter a
panic: runtime error: invalid memory address or nil pointer dereference
And we need to display a warning.
The module should return an error and a 5 status code each time it is called.
The text was updated successfully, but these errors were encountered: