Skip to content

Commit

Permalink
say currently json. csv coming maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
kheina committed Jul 1, 2023
1 parent fbc6948 commit df17036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/queue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>Block Queue</h1>
<p class="subtitle">Users will not be added to the queue or blocked while this page is open.&nbsp;&nbsp;&nbsp;<a id="import-button">import <span id="import-arrow"></span></a></p>
<div id="importer">
<p>Block imports only support json files. files must be arrays containing the following type:</p>
<p>Block imports currently only support json files. files must be arrays containing the following type:</p>
<pre>interface BlockUser {
user_id: string,
user: { name: string, screen_name: string },
Expand Down

0 comments on commit df17036

Please sign in to comment.