diff --git a/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_list.ts b/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_list.ts index 0fb6b962dbd37b..b9a0194e20074b 100644 --- a/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_list.ts +++ b/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_list.ts @@ -50,7 +50,7 @@ export const createEndpointList = async ({ updated_by: user, }, { - // We intentionally hard coding the id so that there can only be one exception list within the space + // We intentionally hard coding the id so that there can only be one exception list within the space id: ENDPOINT_LIST_ID, } );