Skip to content

Commit

Permalink
DEV_SETTINGS. fix department creation on Rocket.Chat 5.X+
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Oct 4, 2022
1 parent 9ee6ed6 commit bed4506
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rocket_connect/instance/management/commands/dev_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ def handle_rocketchat(self):
"agents": [
{
"agentId": aa[user].json()["user"]["_id"],
"username": aa[user].json()["user"]["username"],
"count": 0,
"order": 0,
}
Expand All @@ -253,7 +252,6 @@ def handle_rocketchat(self):
"agents": [
{
"agentId": aa[user].json()["user"]["_id"],
"username": aa[user].json()["user"]["username"],
"count": 0,
"order": 0,
}
Expand All @@ -276,7 +274,6 @@ def handle_rocketchat(self):
"agents": [
{
"agentId": aa[user].json()["user"]["_id"],
"username": aa[user].json()["user"]["username"],
"count": 0,
"order": 0,
}
Expand All @@ -299,7 +296,6 @@ def handle_rocketchat(self):
"agents": [
{
"agentId": aa[user].json()["user"]["_id"],
"username": aa[user].json()["user"]["username"],
"count": 0,
"order": 0,
}
Expand Down

0 comments on commit bed4506

Please sign in to comment.