ohctechv3/.svn/pristine/5f/5f89ea0e951ecd61eb851f71c8a65b1919bc7ecc.svn-base

3 lines
85 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
export default function getVariation(placement) {
return placement.split('-')[1];
}