Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jijopulikkottil committed Oct 11, 2023
2 parents f89b0e5 + f80387b commit 952f524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SharedToWatchExt/SensorModels/SensorDataModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ extension SensorDataModel {

public init(callsData: CallsData) {
self.type = callsData.type
self.duration = Double(callsData.duration)
self.duration = callsData.duration
}

public init(locationData: LocationsData) {
Expand Down
2 changes: 1 addition & 1 deletion mindLAMP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@
repositoryURL = "https://github.com/BIDMCDigitalPsychiatry/LAMP-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2023.4.19;
minimumVersion = 2023.10.11;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 952f524

Please sign in to comment.