mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-30 14:01:42 +01:00
10 lines
188 B
Ruby
10 lines
188 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator('Fasp::BackfillRequest') do
|
|
category 'MyString'
|
|
max_count 1
|
|
cursor 'MyString'
|
|
fulfilled false
|
|
fasp_provider nil
|
|
end
|