()
| 138 | }; |
| 139 | |
| 140 | export const fetchDirectoryAd = async (): Promise<Ad | null> => { |
| 141 | return fetchAdByPlacement({ |
| 142 | placement: AdPlacement.SquadDirectory, |
| 143 | allowSquadBoost: true, |
| 144 | }); |
| 145 | }; |
nothing calls this directly
no test coverage detected