Skip to content

Commit 3e31c21

Browse files
authored
Update auth.hpp
1 parent ded0a43 commit 3e31c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace KeyAuth {
2121
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter)
2222
: name(name), ownerid(ownerid), version(version), url(url), path(path)
2323
{
24-
setDebug(debugParameter)
24+
setDebug(debugParameter);
2525
}
2626

2727
void ban(std::string reason = "");

0 commit comments

Comments
 (0)