Skip to content

Commit

Permalink
stupid path
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Jul 3, 2024
1 parent ce41072 commit fd22acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hakit/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hakit",
"version": "1.0.20",
"version": "1.0.21",
"slug": "hakit",
"init": false,
"ingress": true,
Expand Down
2 changes: 1 addition & 1 deletion hakit/server/routes/get-addon-info.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Request, Response } from 'express';
import axios from 'axios';
import { translateError } from 'server/helpers/index.js';
import { translateError } from '../helpers/index.js';

interface Data {
name?: string;
Expand Down

0 comments on commit fd22acb

Please sign in to comment.