mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 13:26:17 +00:00
fix warnings
This commit is contained in:
@@ -60,7 +60,6 @@ struct PerformanceTests {
|
||||
}
|
||||
|
||||
@Test func MSStickerValidation() async throws {
|
||||
let undownloadedEmojisBefore = hoarder.emojis.filter { !$0.isLocal }.map { $0.id }
|
||||
let downloadedEmojisBefore = hoarder.emojis.filter { $0.isLocal }.map { $0.id }
|
||||
|
||||
try? await withThrowingDiscardingTaskGroup { group in
|
||||
|
||||
Reference in New Issue
Block a user