Files
2025-06-03 14:12:12 +02:00

6 lines
154 B
JavaScript

import { async } from '@strapi/utils';
const f = async () => {
const permissionsInDB = await async.pipe(strapi.db.query('x').findMany,map('y'))();
}