mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Renamed test directory to match the query name
Co-Authored-By: Asger F <316427+asgerf@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { async } from '@strapi/utils';
|
||||
|
||||
const f = async () => {
|
||||
const permissionsInDB = await async.pipe(strapi.db.query('x').findMany,map('y'))();
|
||||
}
|
||||
Reference in New Issue
Block a user