mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
Apply suggestions from code review
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
parent
b8ccb8800f
commit
eb6a244bc8
@ -33,7 +33,7 @@ const createLifecyclesProvider = db => {
|
||||
/**
|
||||
* @param {string} action
|
||||
* @param {string} uid
|
||||
* @param {{ param?: any, result?: any }} properties
|
||||
* @param {{ params?: any, result?: any }} properties
|
||||
* @param {Map<any, any>} state
|
||||
*/
|
||||
createEvent(action, uid, properties, state) {
|
||||
@ -50,7 +50,7 @@ const createLifecyclesProvider = db => {
|
||||
/**
|
||||
* @param {string} action
|
||||
* @param {string} uid
|
||||
* @param {{ param?: any, result?: any }} properties
|
||||
* @param {{ params?: any, result?: any }} properties
|
||||
* @param {Map<any, any>} states
|
||||
*/
|
||||
async run(action, uid, properties, states = new Map()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user