mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-25 09:10:25 +01:00
Removing website data and add sport state
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import Translation from 'App/Models/Translation'
|
||||
|
||||
export async function getTranslation(code: string): Promise<Translation> {
|
||||
return await Translation.firstOrNew({ code }, { code })
|
||||
}
|
||||
Reference in New Issue
Block a user