remove uniqueness constraint on postupdates

This commit is contained in:
r888888888
2016-08-22 16:09:20 -07:00
parent ccf95957f9
commit 0a65302f12
5 changed files with 15 additions and 12 deletions

View File

@@ -3,7 +3,9 @@
$.post("<%= Danbooru.config.report_server %>/hits", {
key: "<%= key %>",
value: "<%= value %>",
uid: <%= CurrentUser.user.id.to_s %>,
<% if CurrentUser.user.is_platinum? %>
uid: <%= CurrentUser.user.id %>,
<% end %>
sig: "<%= sig %>"
});
});