Skip to content

Commit 8315f17

Browse files
committed
please
1 parent f9fe456 commit 8315f17

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

.bundle/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
---
2-
BUNDLE_DEPLOYMENT: "true"
32
BUNDLE_PATH: "vendor/bundle"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source 'https://rubygems.org'
33
gem "anystyle", "~> 1.3"
44

5-
ruby "~> 2.7.x"
5+
ruby "~> 2.7.7"

Gemfile.lock

Whitespace-only changes.

apps/converter-frontend/pages/authors.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function AuthorPage() {
3737

3838
export function AuthAuthorPage(props: { query?: Record<string, any> }) {
3939
const { query } = props
40-
// const { data: session, status } = useSession()
4140
const { data, error } = useSWR(`/api/ojs?${query ? qs.stringify(query) : ''}`)
4241

4342
if (!data || error) {

0 commit comments

Comments
 (0)