Skip to content

Commit

Permalink
fixed codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 19, 2023
1 parent 4b9f4a9 commit cf96fcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 70 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package dev.datlag.burningseries.network.common

import kotlinx.coroutines.CoroutineDispatcher

actual object Dispatchers {
actual val IO: CoroutineDispatcher = kotlinx.coroutines.Dispatchers.IO
}

This file was deleted.

0 comments on commit cf96fcb

Please sign in to comment.