mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-17 08:23:15 -08:00
4 lines
106 B
Ruby
4 lines
106 B
Ruby
Fabricator :accessible_access_token, from: :access_token do
|
|
expires_in { nil }
|
|
revoked_at { nil }
|
|
end
|