mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Fix file encoding emoji
This commit is contained in:
parent
600c658eed
commit
066df147ed
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ defmodule Livebook.Migration do
|
||||||
Livebook.Hubs.save_hub(%Livebook.Hubs.Personal{
|
Livebook.Hubs.save_hub(%Livebook.Hubs.Personal{
|
||||||
id: Livebook.Hubs.Personal.id(),
|
id: Livebook.Hubs.Personal.id(),
|
||||||
hub_name: "Personal",
|
hub_name: "Personal",
|
||||||
hub_emoji: "🝠",
|
hub_emoji: "🏠",
|
||||||
secret_key: Livebook.Hubs.Personal.generate_secret_key()
|
secret_key: Livebook.Hubs.Personal.generate_secret_key()
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue