Move to local toggl-portal to work around bug, also improve error handling and add the two missing sigs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
module Toggl
|
||||
def self.entries_for_project: -> Array[untyped]
|
||||
|
||||
def self.current_time_entry: -> untyped
|
||||
|
||||
def self.start_time_entry: (description: string, project_id: int) -> void
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user