Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ic3w0lf22 committed Sep 1, 2021
1 parent a482b67 commit 141480a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RAMAccount.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local function GET(Method, Account, ...)
return syn.request {
Method = 'GET',
Url = Url
}
}.Body
end

local function POST(Method, Account, Body, ...)
Expand All @@ -41,7 +41,7 @@ local function POST(Method, Account, Body, ...)
Method = 'POST',
Url = Url,
Body = Body
}
}.Body
end

function Account.new(Username)
Expand Down

0 comments on commit 141480a

Please sign in to comment.