Skip to content

Commit

Permalink
Fix GioUnix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Apr 5, 2024
1 parent 78c17e7 commit fd57452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/backends/lan.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'use strict';

const Gio = imports.gi.Gio;
const GioUnix = imports.GioUnix;
const GioUnix = imports.gi.GioUnix;
const GLib = imports.gi.GLib;
const GObject = imports.gi.GObject;

Expand Down

0 comments on commit fd57452

Please sign in to comment.