Skip to content

Commit

Permalink
fix a typo in qeury
Browse files Browse the repository at this point in the history
  • Loading branch information
NuLL3rr0r committed Apr 28, 2019
1 parent 2e9fbc2 commit ebe25a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/RootLogin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RootLogin::RootLogin()
" t2.location_postal_code, t2.location_latitude, t2.location_longitude,"
" t2.location_metro_code, t2.location_dma_code, t2.location_area_code,"
" t2.location_charset, t2.location_continent_code, t2.location_netmask,"
" t2.location_asn, t2.location_aso, t.location_raw_data, "
" t2.location_asn, t2.location_aso, t2.location_raw_data, "
" t2.user_agent, t2.referer"
" FROM \"%1%\" t1"
" INNER JOIN \"%2%\" t2 ON t1.user_id = t2.user_id"
Expand Down

0 comments on commit ebe25a6

Please sign in to comment.