Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
299
Merge Requests
40
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
ff585166
Commit
ff585166
authored
just now
by
Marcelo Rivera
Browse files
Options
Download
(fix): lint
parent
71b075b3
feat/new-delete-event-32
1 merge request
!380
Implement new delete for channel delete to record delete event in elasticsearch
Pipeline
#95339001
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
Core/Channels/Manager.php
View file @
ff585166
...
...
@@ -138,7 +138,6 @@ class Manager
if
(
!
$done
)
{
throw
new
\Exception
(
"
{
$delegateClassName
}
deletion failed for
{
$userGuid
}
"
);
}
}
catch
(
\Exception
$e
)
{
// TODO: Fail?
error_log
((
string
)
$e
);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment