Missing detroy function (#1049)

This commit is contained in:
RachelElysia 2021-06-10 11:33:00 -04:00 committed by GitHub
parent 5e40afa8ba
commit 5dd538e2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ const { USERS } = schemas;
export default new Config({
createFunc: Fleet.users.create,
destroyFunc: Fleet.users.destroy,
entityName: "users",
loadAllFunc: Fleet.users.loadAll,
schema: USERS,