Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Refs #77, 64b7cea
  • Loading branch information
thewilkybarkid committed Jul 30, 2024
1 parent 0fd8255 commit 1640988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data/visitors-by-referrer.json.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { HttpClient, HttpClientRequest, HttpClientResponse, Terminal } from '@effect/platform'
import { NodeTerminal } from '@effect/platform-node'
import { Schema } from '@effect/schema'
import { Array, Config, Effect, Option, Redacted } from 'effect'
import * as Iso3166 from '../lib/Iso3166.js'
import { Array, Config, Effect, Redacted } from 'effect'
import * as Temporal from '../lib/Temporal.js'
import * as Url from '../lib/Url.js'

Expand Down

0 comments on commit 1640988

Please sign in to comment.