mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Fix a mistake
This commit is contained in:
parent
ba54d94e09
commit
69ea3962cb
|
|
@ -173,7 +173,11 @@ export default class DataUpdater
|
|||
}
|
||||
|
||||
getPath(filename) {
|
||||
return `${this.outputDirectory}/${this.directory}/${filename}.json`;
|
||||
return [
|
||||
this.outputDirectory,
|
||||
this.directory,
|
||||
`${filename}.json`,
|
||||
].filter(x => x).join('/');
|
||||
}
|
||||
|
||||
getArchivePath(filename) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user