Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arvida42 committed Oct 28, 2024
1 parent 088d5f2 commit 5f0839e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "davdebrid",
"version": "1.2.1",
"version": "1.2.2",
"description": "Debrid-Link WebDAV server for media",
"main": "src/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/davdebrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import cache from './cache.js';
import * as debrid from './debrid.js';
import config from './config.js';
import {wait, indexByKey, fileType} from './util.js';
import FileOrganizer from './FileOrganizer.js';
import FileOrganizer from './fileOrganizer.js';
import * as fs from 'node:fs/promises';
import { parse } from 'yaml';

Expand Down

0 comments on commit 5f0839e

Please sign in to comment.