mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change method description to => notation.
This commit is contained in:
parent
6a55a27f88
commit
55cf4ffc5a
@ -28,10 +28,10 @@ export const isContributionValid = (
|
||||
}
|
||||
}
|
||||
|
||||
export async function getUserCreations(
|
||||
export const getUserCreations = async (
|
||||
ids: number[],
|
||||
includePending = true,
|
||||
): Promise<CreationMap[]> {
|
||||
): Promise<CreationMap[]> => {
|
||||
logger.trace('getUserCreations:', ids, includePending)
|
||||
const months = getCreationMonths()
|
||||
logger.trace('getUserCreations months', months)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user