renaming after merge

This commit is contained in:
Claus-Peter Huebner 2023-09-12 15:22:45 +02:00
parent 2f5ca8d250
commit 27ccb3b3e9

View File

@ -3,7 +3,7 @@ import { getLastTransaction } from '@/graphql/util/getLastTransaction'
import { Decimal } from 'decimal.js-light'
import { Decay } from '../model/Decay'
export async function calculateRecepientBalance(
export async function calculateRecipientBalance(
userId: number,
amount: Decimal,
time: Date,