Skip to content

Commit

Permalink
Rename variables
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Mar 22, 2024
1 parent 84067fb commit b75725d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/vpnmanager/src/lib/processUsers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import spreadsheet, { updateSheet } from "@/vpnmanager/lib/data/spreadsheet";
import { SheetRow } from "@/vpnmanager/types";

import spreadsheet, { updateSheet } from "./data/spreadsheet";

export async function processUser(item: SheetRow) {
return {
...item,
Expand Down

0 comments on commit b75725d

Please sign in to comment.