mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
Major database refactor (again)
This commit is contained in:
parent
3996cd48c7
commit
c7612df37e
55 changed files with 1014 additions and 1100 deletions
|
|
@ -15,7 +15,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
public class ImportExport
|
||||
{
|
||||
private DataFileService _dataFiles;
|
||||
private readonly DataFileService _dataFiles;
|
||||
public ImportExport(DataFileService dataFiles)
|
||||
{
|
||||
_dataFiles = dataFiles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue