Change method description to => notation.

This commit is contained in:
elweyn 2022-06-29 11:09:06 +02:00
parent 6a55a27f88
commit 55cf4ffc5a

View File

@ -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)