mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added unused dependencies
property -_-
This commit is contained in:
parent
e07b3d5c99
commit
b3b5a975fb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import { File } from "./file-utils";
|
|||
|
||||
export async function createVersion(id: string, data: Record<string, any>, files: File[], token: string): Promise<string> {
|
||||
data = {
|
||||
dependencies: [],
|
||||
...data,
|
||||
mod_id: id,
|
||||
file_parts: files.map(x => x.name)
|
||||
|
|
Loading…
Reference in a new issue