fix: missing .js

This commit is contained in:
xHyroM 2022-07-28 07:53:26 +02:00
parent e6a8865f72
commit 3532147424
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import fetch from 'node-fetch';
import { getArchitecture } from './getAsset';
import { getArchitecture } from './getAsset.js';
export interface Asset {
name: string;