Skip to content
Snippets Groups Projects
Unverified Commit 5474569f authored by Luciano Marcos Pierdona Junior's avatar Luciano Marcos Pierdona Junior Committed by GitHub
Browse files

[IMPROVE] Include `syncAvatars` on `ldap.syncNow` (#26824)

parent f8294efa
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ API.v1.addRoute(
}
await LDAPEE.sync();
await LDAPEE.syncAvatars();
return API.v1.success({
message: 'Sync_in_progress' as const,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment