feat(MED-161): no need for default value as it's only used in one place
This commit is contained in:
@@ -9,11 +9,8 @@ export const getPais = (
|
||||
sender: string,
|
||||
recipient: string,
|
||||
orderId: number,
|
||||
packageName = "OL",
|
||||
packageName: string,
|
||||
) => {
|
||||
if (isProd) {
|
||||
// return correct data
|
||||
}
|
||||
return `<Pais>
|
||||
<Pakett versioon="20">${packageName}</Pakett>
|
||||
<Saatja>${sender}</Saatja>
|
||||
|
||||
Reference in New Issue
Block a user